Skip to content

Instantly share code, notes, and snippets.

@kurtlippert
Last active November 30, 2018 18:31
Show Gist options
  • Save kurtlippert/42e4c67214def7234e8551e6567a84af to your computer and use it in GitHub Desktop.
Save kurtlippert/42e4c67214def7234e8551e6567a84af to your computer and use it in GitHub Desktop.
Continue work when prereqs are in MR (or PR)

After you've pushed and submitted the MR

git checkout master

Play changes on master
git rebase <branch>
git checkout -b <new_feature>

When ready to MR, changes from past MR will show up until merged into master

profit!

(untested, need to pull --rebase remote master to update refs?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment