Confirmed users
753
edits
(Created page with "If you are working with a Fork of one of repositories, please follow the steps below as it makes processing GitHub Pull Requests. # git branch some-new-test # git add test_that_...") |
No edit summary |
||
Line 10: | Line 10: | ||
Then once the pull request has been completed do | Then once the pull request has been completed do | ||
* ''git merge some-new-test'' | |||
This merges in your changes to your local master | This merges in your changes to your local master | ||
When done and you want to delete the remote branch do | When done and you want to delete the remote branch do | ||
* ''git push origin :some-new-test'' | |||
That deletes the remote copy in your | That deletes the remote copy in your Github. |