Difference between revisions of "Git gc"
Jump to navigation
Jump to search
(Created page with " Cleanup unnecessary files and optimize the local repository {{git}}") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lowercase}} | ||
Cleanup unnecessary files and optimize the local repository | Cleanup unnecessary files and optimize the local repository | ||
+ | * https://git-scm.com/docs/git-gc | ||
− | {{git}} | + | git gc |
+ | Nothing new to pack. | ||
+ | |||
+ | == Related == | ||
+ | * [[git init]] | ||
+ | * <code>[[git config]] gc.auto 0</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{git}} | ||
+ | |||
+ | [[Category:Git]] |
Latest revision as of 14:11, 14 February 2022
Cleanup unnecessary files and optimize the local repository
git gc Nothing new to pack.
Related[edit]
- git init
git config gc.auto 0
See also[edit]
git
: [config | init | status ]
,git add
,git rm
,git commit
,git push, git pull
,.gitconfig
,.gitignore
,git
(clone
,fetch
,pull
),git tag
,git log
,git blame
, Merge Request, LFS,git branch
,git apply
,git rebase
,git diff
,git diff-tree
,git config --global
,remote | submodule | request-pull
,GIT_TRACE, GIT_CURL_VERBOSE
,clean
,main
,git show-ref
,git reset
,git prune
,git ls-remote origin
,git checkout
,git switch
,pathspec
,git credential-osxkeychain
,git version
,pre-commit
,git --help
, GitBook,refs/
Advertising: