git fetch 获取远端分支
git branch -a 查看远端所有分支
git checkout v1.0.0 切换分支
git stash 暂存改动
git stash pop 恢复暂存
current branch git merge 改动的分支名 --no-ff
git fetch 获取远端分支
git branch -a 查看远端所有分支
git checkout v1.0.0 切换分支
git stash 暂存改动
git stash pop 恢复暂存
current branch git merge 改动的分支名 --no-ff