远程分支强制覆盖本地分支(超级常用)置顶是因为我自己用了无数遍呀!!
123git fetch --allgit reset --hard origin/your branch namegit pull
快捷提交1git commit -a
2020-03-07