-
git rebase --abort
-
git rebase -i HEAD~2
-
git add .
-
git rebase --continue
5.git ls-remote --tags origin 列举远端所有tag
git rebase --abort
git rebase -i HEAD~2
git add .
git rebase --continue
5.git ls-remote --tags origin 列举远端所有tag
转载于:https://my.oschina.net/u/1474965/blog/639358