Update tips.json

This commit is contained in:
Jon Maim 2015-07-16 12:25:13 +05:30
parent abd2e497a2
commit e25227a25d
1 changed files with 4 additions and 0 deletions

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