Skip to content

Instantly share code, notes, and snippets.

@jzntam
Last active March 19, 2017 02:07
Show Gist options
  • Save jzntam/b52c33cbf15101650b25 to your computer and use it in GitHub Desktop.
Save jzntam/b52c33cbf15101650b25 to your computer and use it in GitHub Desktop.
  1. Fork Repository

  2. Clone repository locally

  3. Make new branch -delivery

    git checkout -b delivery
  4. go back to master branch

    git checkout master
  5. reset master branch to initial commit

    git reset ....commit..sha.... --hard
  6. force push master branch

    git push -f origin master
  7. push deliver branch to git hub

    git push origin delivery
  8. create pull request on github for delivery to master

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