Confirmed users
1,867
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
If you are working with a Fork of one of repositories, please follow the steps below as it makes processing GitHub Pull Requests easier. | If you are working with a Fork of one of repositories, please follow the steps below as it makes processing GitHub Pull Requests easier. | ||
#git branch some-new-test | #git branch some-new-test-branch | ||
#git add test_that_breaks_the_world.py | #git add test_that_breaks_the_world.py | ||
#git commit -m 'You need this amazing-ness' | #git commit -m 'You need this amazing-ness' | ||
#git push origin some-new-test | #git push origin some-new-test-branch | ||
Then do the Github pull request as you have already. | Then do the Github pull request as you have already. |