1. rebase使用

1.1.1. 查看日志

git log --oneline -10

git reflog

1.1.2. 拉取远程

git fetch team

1.1.3. 基变

git rebase team/feature/v3.7.0

git rebase --continue

git rebase -i cea405e6f

1.1.4. 强推

git push origin feature/v3.7.0 -f

git reflog

git cherry-pick a89dbd17f

git config --global pull.rebase true

results matching ""

    No results matching ""