Rebase on origin/master
git fetch | |
git checkout my-new-feat | |
git rebase origin/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git fetch | |
git checkout my-new-feat | |
git rebase origin/master |