标签:有用 文件 pull clone file out add comm com
比较常用的是
git clone
git pull
git add
git commit
git push
git stash
git stash pop
git reflog
不常用但非常有用的命令及说明
git clean -fd ///删除无关文件
git branch ///查看分支
git branch -r
git checkout branchname
git checkout file
标签:有用 文件 pull clone file out add comm com
原文地址:https://www.cnblogs.com/atoman/p/11176524.html