this blog is intended to be a place to store code snippets, examples, notes...
in order to have them handy and to quickly find during the everyday work
Search This Blog
Friday, 5 February 2016
git commands
git remote rm origin
git remote add origin
git pull
git checkout
git diff
git stash save
git diff
git stash pop
git diff
git stash save
git checkout
git stash pop
git diff
git pull origin
gir reset HEAD~2
No comments:
Post a Comment