System Design | Implementation Rule Book | CheatSheet
By Prithvi Atal, Engineer, Driving High-Performance Solutions
Showing posts with label
Git
.
Show all posts
Showing posts with label
Git
.
Show all posts
Sunday, January 8, 2017
Git: cheat notes
›
Git : helpful commands: 1. Undo local commit to master I. git checkout master git reset --soft head~ Or git log --oneline git reset co...
Tuesday, April 24, 2012
Git useful commands
›
git pull origin git push origin git diff origin clear #see diff from master git diff master origin git status origin...
›
Home
View web version