Git 工作流
[user] name = Peter Wang email = happypeter1983@gmail.com[core] editor = vim[alias] ci = commit -a -v throw = reset --hard HEAD throwh = reset --hard HEAD^
git add .git cigit diffgit throwgit throwh
git cigit checkout hello.h
git stash#work on sth else and commit itgit stash apply
git checkout -b tmpgit checkout mastergit branch -D tmpgit checkout fe544a -b tmp