-
Fork Repository
-
Clone repository locally
-
Make new branch -delivery
git checkout -b delivery
-
go back to master branch
git checkout master
-
reset master branch to initial commit
git reset ....commit..sha.... --hard
-
force push master branch
git push -f origin master
-
push deliver branch to git hub
git push origin delivery
-
create pull request on github for delivery to master
Last active
March 19, 2017 02:07
-
-
Save jzntam/b52c33cbf15101650b25 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment