From e25227a25dbf4d30918ab27724050466d07e6cb2 Mon Sep 17 00:00:00 2001 From: Jon Maim Date: Thu, 16 Jul 2015 12:25:13 +0530 Subject: [PATCH] Update tips.json --- tips.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tips.json b/tips.json index 8f9d55b..ebeaba9 100644 --- a/tips.json +++ b/tips.json @@ -50,5 +50,9 @@ { "title": "Changing a remote's URL", "tip": "git remote set-url origin " + }, + { + "title": "Stage parts of a changed file, instead of the entire file", + "tip": "git add -p" } ]