1.缓存本地变更

git stash

2.切换分支

git checkout dev_B

3.提取本地变更

git stash apply

相关文章:

  • 2021-12-13
  • 2021-12-14
  • 2022-12-23
  • 2021-11-24
  • 2022-02-07
  • 2021-07-10
  • 2022-12-23
猜你喜欢
  • 2022-02-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-04-18
  • 2022-02-08
相关资源
相似解决方案