1
0
mirror of https://github.com/namibia/tips.git synced 2024-05-30 17:01:11 +00:00

Merge pull request #11 from jonmaim/patch-1

Stage parts of a changed file, instead of the entire file.
This commit is contained in:
hemanth.hm 2015-07-16 12:28:32 +05:30
commit d9ebd3156d

View File

@ -50,5 +50,9 @@
{
"title": "Changing a remote's URL",
"tip": "git remote set-url origin <URL>"
},
{
"title": "Stage parts of a changed file, instead of the entire file",
"tip": "git add -p"
}
]