Forrest logo
back to context overview

git-prune

List of commands for git-prune:

  • git-prune:tldr:27167 git-prune: Prune unreachable objects while showing progress.
    $ git prune --progress
    try on your machine
    explain this command
  • git-prune:tldr:a61df git-prune: Prune unreachable objects and display what has been pruned to `stdout`.
    $ git prune --verbose
    try on your machine
    explain this command
  • git-prune:tldr:e055c git-prune: Report what would be removed by Git prune without removing it.
    $ git prune --dry-run
    try on your machine
    explain this command
back to context overview