reset
checkout
git commit
git init
git add
git status
git reset 9e5e64a
9e5e64a
--soft
HEAD
HEAD~
commit
git commit --amend
--mixed
--hard
reflog
--merge
--keep
git reset file.txt
git reset --mixed HEAD file.txt
file.txt
git reset eb43bf file.txt
git add --patch
--patch
git rebase -i
git reset --soft HEAD~2
git checkout [branch]
git reset --hard [branch]
[branch]
reset --hard
git reset master
git checkout master
git reset [branch] file
git reset --hard [branch] file
git reset