From the very same page you just linked to:
Some git commands may automatically run git gc; see the –auto flag below for details. If you know what you’re doing and all you want is to disable this behavior permanently without further considerations, just do:
$ git config --global gc.auto 0
Related Contents:
- Confused by git checkout
- Reset local repository branch to be just like remote repository HEAD
- Default behavior of “git push” without a branch specified
- In git, is there a simple way of introducing an unrelated branch to a repository?
- Evil merges in git?
- Distributed Version Control Systems and the Enterprise – a Good mix? [closed]
- What is a tracking branch?
- Recover from git reset –hard?
- What does cherry-picking a commit with Git mean?
- How to convert SSH keypairs generated using PuTTYgen (Windows) into key-pairs used by ssh-agent and Keychain (Linux)
- Is there a command to undo git init?
- Why is my Git Submodule HEAD detached from master?
- Can I store the .git folder outside the files I want tracked?
- Fully backup a git repo?
- Show just the current branch in Git
- `git merge -s theirs` needed but it does not exist
- Moving Git repository content to another repository preserving history
- How can I search Git branches for a file or directory?
- In Git, how can I write the current commit hash to a file in the same commit
- Show git ahead and behind info for all branches, including remotes
- VSCode: enable or disable editor tabs modified since last git commit, show git status with modified tabs colors
- Search all of Git history for a string [duplicate]
- Remove local git tags that are no longer on the remote repository
- Creating SSH keys for Gerrit and Hudson
- Git: Receiving “fatal: Not a git repository” when attempting to remote add a Git repo
- Alter repository directory structure using sparse checkout
- What are some more forceful ways than a .gitignore to keep (force) files out of a repository?
- Can a Git hook automatically add files to the commit?
- Splitting a set of files within a git repo into their own repository, preserving relevant history [duplicate]
- Flexible vs static branching (Git vs Clearcase/Accurev)
- What’s the significance of the “No newline at end of file” log?
- Get changes from master into branch in Git
- Git Commit Messages: 50/72 Formatting
- Remove saved credentials from TortoiseGit
- How do you change the capitalization of filenames in Git?
- `git fetch` a remote branch
- Git excludesfile for a branch
- Where can I report a git bug
- git – cherry-pick – HOWTO / WHYTO
- ClearCase to Git migration
- failed to push some refs to git@heroku.com
- How can I display my current git branch name in my PowerShell prompt?
- Git submodules workflow
- How to serve GIT through HTTP via NGINX with user/password?
- How does git handle folder permission?
- How do I view a git repo’s receive history?
- fatal: Not a valid object name: ‘master’
- How to merge specific files from Git branches
- Restart/undo conflict resolution in a single file
- How do you squash commits into one patch with git format-patch?