标签:查看 提交代码 size reset 更新 xxxx status font res
1. git branch -l 查看本地branch
2. git reset --hard 回滚全部修改
3. git status 查看本地修改
4. git pull 更新代码
5. git commit -a 提交代码
6. git push 提交到server
7. git fetch origin xxxxxx 把server拉下某个branch
8. git checkout xxxxx 将xxxxx设为工作文件夹
标签:查看 提交代码 size reset 更新 xxxx status font res
原文地址:http://www.cnblogs.com/zsychanpin/p/6751593.html