
git-prune
List of commands for git-prune:
-
git-prune:tldr:27167 git-prune: Prune unreachable objects while showing progress.$ git prune --progresstry on your machineexplain this command
-
git-prune:tldr:a61df git-prune: Prune unreachable objects and display what has been pruned to `stdout`.$ git prune --verbosetry on your machineexplain this command
-
git-prune:tldr:e055c git-prune: Report what would be removed by Git prune without removing it.$ git prune --dry-runtry on your machineexplain this command