git config --global user.name kenu
git config --global user.email [email protected]
git clone
git add
git commit
git status
git push
git pull
git fetch
git merge
git init
git remote
git checkout -b dev
git branch -va
git checkout dev
git pull origin
git checkout -b dev origin/dev
git reset --hard a189fce
git stash
git stash list
git stash pop