黄金网站软件app大全下载,网络软文推广案例,成都企业网站建设 四川冠辰科技,泉州网站制作企业1、切换分支
git checkout newBranch 2、如果需要保留本地修改
git status
git add .
git commit --amend
git checkout newBranch 3、强制切换分支
放弃本地修改#xff0c;强制切换。
git checkout -f newBranch1、切换分支
git checkout newBranch 2、如果需要保留本地修改
git status
git add .
git commit --amend
git checkout newBranch 3、强制切换分支
放弃本地修改强制切换。
git checkout -f newBranch