mirror of
https://github.com/namibia/tips.git
synced 2024-11-05 21:07:53 +00:00
Change wording to show references are removed
This commit is contained in:
parent
4d26afac75
commit
0969a61d46
@ -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"]
|
||||
}, {
|
||||
|
Loading…
Reference in New Issue
Block a user