Remove line break

This commit is contained in:
Fabian Affolter 2015-11-08 09:24:19 +01:00
parent 6d621ba282
commit 43012f4d92

View File

@ -44,10 +44,9 @@ requests.
6. Commit the changes 6. Commit the changes
`git add .` `git add .`
`git commit -m "Added some-feature"` `git commit -m "Added some-feature"`
7. Push your commited changes back to your fork on Github 7. Push your commited changes back to your fork on GitHub
`git push origin HEAD` `git push origin HEAD`
8. Follow [these steps](https://help.github.com/articles/creating-a-pull-request/) to create your 8. Follow [these steps](https://help.github.com/articles/creating-a-pull-request/) to create your pull request.
pull request.
### {% linkable_title Further reading %} ### {% linkable_title Further reading %}