git命令备忘录

分支创建与删除

git clean -dxf
ls
git branch archives20161117
git branch -a
git checkout archives20161117
git push --set-upstream origin archives20161117
git checkout master
git rm -rf *
git push origin master
git checkout archives20161117
ls
git checkout master
ls
history 50

--- 她说, 她是仙,她不是神
原文地址:https://www.cnblogs.com/bregman/p/6076019.html