
git-gc
List of commands for git-gc:
-
git-gc:tldr:60972 git-gc: Aggressively optimise, takes more time.$ git gc --aggressivetry on your machineexplain this command
-
git-gc:tldr:8d3fc git-gc: Optimise the repository.$ git gctry on your machineexplain this command
-
git-gc:tldr:8dc59 git-gc: Do not prune loose objects (prunes by default).$ git gc --no-prunetry on your machineexplain this command
-
git-gc:tldr:a0835 git-gc: Suppress all output.$ git gc --quiettry on your machineexplain this command