git 产生冲突的处理方式
git add . -A git commit -m "your commit here" git fetch git pull -- 产生merge git push
git pull -- fix conflict git merge --continue git merge --abort
merge中的文件,除非冲突文件,谨慎修改
git cherry-pick [commit-hash] git cherry-pick --continue git cherry-pick --abort
git reset [--hard|--soft|--mixed] git revert [commit-hash]
                    
                

                
            
        
浙公网安备 33010602011771号