Skip to content

Commit e25227a

Browse files
committed
Update tips.json
1 parent abd2e49 commit e25227a

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)