git stash save 'product'
 #这时其他操作如 git pull
 git stash apply #不删除对应的stash

 

也可以:

git stash 

#其他操作,然后操作完成后

git stash pop    #删除对应stash

 

参考:https://blog.csdn.net/qq_36898043/article/details/79431168

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-01-02
  • 2021-08-03
  • 2022-12-23
猜你喜欢
  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
  • 2022-12-23
  • 2021-10-16
  • 2021-06-03
相关资源
相似解决方案