Change wording to show references are removed

This commit is contained in:
surfer190 2016-06-02 13:14:25 +02:00
parent 4d26afac75
commit 0969a61d46
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@
"title": "Modify previous commit without modifying the commit message",
"tip": "git add --all && git commit --amend --no-edit"
}, {
"title": "Prunes branches that have been deleted in the remote.",
"title": "Prunes references to remote branches that have been deleted in the remote.",
"tip": "git fetch -p",
"alternatives": ["git remote prune origin"]
}, {