QA/Execution/Web Testing/Automation/github: Difference between revisions

no edit summary
(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
* ''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
* ''git push origin :some-new-test''


That deletes the remote copy in your github.
That deletes the remote copy in your Github.
Confirmed users
753

edits