Skip to content

Instantly share code, notes, and snippets.

@noahpresler
Created July 22, 2017 03:59
Show Gist options
  • Select an option

  • Save noahpresler/13a7ee241498010a8ee615fe11b674db to your computer and use it in GitHub Desktop.

Select an option

Save noahpresler/13a7ee241498010a8ee615fe11b674db to your computer and use it in GitHub Desktop.
#FROM YOUR TEMP SEMESTERLY
git fetch --all
git checkout -b temp origin/staging
git reset --hard 641e0efe709ccd8828532725cfefa908e77c07c5
git checkout feature/copy_links
git rebase --onto temp 4c3ed5e3ebb2d2912155af1c79bf972e17b9554b
@noahpresler
Copy link
Author

git branch -D temp
git fetch --all
git checkout feature/copy_links
git reset origin/feature/copy_links --hard
git checkout -b temp origin/staging
git reset --hard 641e0efe709ccd8828532725cfefa908e77c07c5
git checkout feature/copy_links
git rebase --onto temp  4c3ed5e3ebb2d2912155af1c79bf972e17b9554b^
git merge staging

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