Skip to content

Commit 0969a61

Browse files
author
surfer190
committed
Change wording to show references are removed
1 parent 4d26afa commit 0969a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tips.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"title": "Modify previous commit without modifying the commit message",
180180
"tip": "git add --all && git commit --amend --no-edit"
181181
}, {
182-
"title": "Prunes branches that have been deleted in the remote.",
182+
"title": "Prunes references to remote branches that have been deleted in the remote.",
183183
"tip": "git fetch -p",
184184
"alternatives": ["git remote prune origin"]
185185
}, {

0 commit comments

Comments
 (0)