We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d26afa commit 0969a61Copy full SHA for 0969a61
tips.json
@@ -179,7 +179,7 @@
179
"title": "Modify previous commit without modifying the commit message",
180
"tip": "git add --all && git commit --amend --no-edit"
181
}, {
182
- "title": "Prunes branches that have been deleted in the remote.",
+ "title": "Prunes references to remote branches that have been deleted in the remote.",
183
"tip": "git fetch -p",
184
"alternatives": ["git remote prune origin"]
185
0 commit comments