GIT 命令 操作 记录
Posted 景树园
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GIT 命令 操作 记录相关的知识,希望对你有一定的参考价值。
1.git pull时冲突的解决
1.git stash
2.git pull
3.git stash pop [email protected]{0}
4.修改冲突
5.git add .
6.git commit
7.git push
以上是关于GIT 命令 操作 记录的主要内容,如果未能解决你的问题,请参考以下文章
GitGit 基础命令 ( 查看提交记录 git log | 版本回滚 git reset | 撤销回滚 git reflog )