From 0969a61d46a6a1d3d5dee4dc74707e5b7891d7d8 Mon Sep 17 00:00:00 2001 From: surfer190 Date: Thu, 2 Jun 2016 13:14:25 +0200 Subject: [PATCH] Change wording to show references are removed --- tips.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips.json b/tips.json index 755eb1c..590227c 100644 --- a/tips.json +++ b/tips.json @@ -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"] }, {