正经文章的地方

个人git alias记录

先pull rebase,再提交当前分支到对应的远程分支

gpush = !git pull --rebase && git push origin HEAD:refs/for/`git rev-parse --abbrev-ref HEAD`