git remote prune <name...>
Equivalent to git fetch --prune [name], except that no new references will be fetched
Arguments
Name | Description |
---|---|
name |
Options
Name | Description |
---|---|
-n | |
--dry-run | Report what branches would be pruned, but do not actually prune them |