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" } ]