1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

CONTRIBUTING: add missing args to git push (#1554) (#1560)

This commit is contained in:
Muhammad Falak Reyaz Wani 2017-10-22 02:23:02 +05:30 committed by Starbeamrainbowlabs
parent 4b0f219765
commit 80dae3da6e

View file

@ -137,7 +137,7 @@ Alternatively, you can do most of the process using the command line:
`git commit --all -m "{{commit_message}}"`
- push to your fork:
`git push`
`git push origin {{branch_name}}`
- go to the github page for your fork and click the green pull request button.