The command git __________ is useful for reducing the size of a repository by removing unnecessary data.
- gc
- prune
- cleanup
- compress
The 'git gc' command (garbage collection) is used to optimize and clean up the local repository by removing unnecessary data, reducing its size.
Loading...
Related Quiz
- How does Git's branching model enhance Agile methodologies in large-scale development?
- What is the first step you should take when encountering a merge conflict in Git?
- A _______ branch is typically used for preparing, polishing, and finalizing a release.
- What is a common strategy for managing releases in the Gitflow model?
- In a large project, how does the use of Git influence the team's ability to adapt to changes rapidly?