1、使用git stash

有两个本地仓库如下:
git stash和git commit的区别
此时左边的人,在未拉取的情况下,对a.txt进行了修改:
git stash和git commit的区别
此时怎么做,打开我们的小乌龟:
git stash和git commit的区别
这里可以选择使用自己的或者是远程的。

git stash和git commit的区别

2、使用git stash操作
git stash和git commit的区别

相关文章:

  • 2021-11-02
  • 2021-06-23
  • 2021-07-01
  • 2021-06-02
  • 2021-09-08
  • 2021-09-08
  • 2021-11-07
  • 2021-12-22
猜你喜欢
  • 2021-04-28
  • 2021-12-01
  • 2021-10-30
  • 2021-04-26
  • 2021-09-12
  • 2021-08-29
  • 2020-04-10
相关资源
相似解决方案