Call back add: git reset HEAD <file>
Commit log: git reflog
Delete local branch: git branch -D <branch>
Undo all the unstaged: git checkout .
Remove untracked file: git clean -df
Git Command,布布扣,bubuko.com
Git Command
原文:http://www.cnblogs.com/dylanw/p/3581751.html