Skip to content

Commit

Permalink
CONTRIBUTING: add missing args to git push (tldr-pages#1554) (tldr-pa…
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrw authored and sbrl committed Oct 21, 2017
1 parent 4b0f219 commit 80dae3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 80dae3d

Please sign in to comment.