git 本地修改未提交时切换分支

1.缓存本地变动git

git stash缓存

2.切换分支app

git checkout dev_Bit

3.提取本地变动apply

git stash apply分支

相关文章
相关标签/搜索