1
0
mirror of https://github.com/namibia/tips.git synced 2024-06-02 10:21:09 +00:00

Update tips.json

This commit is contained in:
Jon Maim 2015-07-16 12:25:13 +05:30
parent abd2e497a2
commit e25227a25d

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