Merge pull request #2323 from vikashvverma/improve-git-cheatsheet

Improve git cheat sheet
master
Ben Moon 2016-02-17 18:29:39 +00:00
commit a626347420
1 changed files with 6 additions and 0 deletions

View File

@ -132,9 +132,15 @@
}, {
"val": "Uploads all local branch commits to GitHub",
"key": "git push \\[alias\\] \\[branch\\]"
}, {
"val": "Deletes remote branch",
"key": "git push \\[alias\\] :\\[branch\\]"
}, {
"val": "Downloads bookmark history and incorporates changes",
"key": "git pull"
}, {
"val": "Downloads bookmark history and incorporates your changes on top of remote changes",
"key": "git pull --rebase"
}]
}
}