篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Rebase Git从原点分支相关的知识,希望对你有一定的参考价值。
# Current branch is TEST, which was created off of dev branch
git pull --rebase origin dev
# This will change history, which means it will require git push -f,
# Or for the remote TEST branch to be deleted and repushed to