Git
Git做为一款优秀的绘线工具,是每一个当代程序猿都应该好好学习的(逃
基础知识
git status 检测文件状态
.gitignore (用于进行文件忽略)
git commit 提交更新
git rm 移除文件
git reset
git checkout - - __filename
git fetch [remote - name]
git checkout -b __brachname
git brach
git merge
git rebase
最后更新于
