Skip to content

Commit d9ebd31

Browse files
committed
Merge pull request #11 from jonmaim/patch-1
Stage parts of a changed file, instead of the entire file.
2 parents abd2e49 + e25227a commit d9ebd31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tips.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,9 @@
5050
{
5151
"title": "Changing a remote's URL",
5252
"tip": "git remote set-url origin <URL>"
53+
},
54+
{
55+
"title": "Stage parts of a changed file, instead of the entire file",
56+
"tip": "git add -p"
5357
}
5458
]

0 commit comments

Comments
 (0)