From 80dae3da6eacf8588056ba55d60fa1c0ba32dbbd Mon Sep 17 00:00:00 2001 From: Muhammad Falak Reyaz Wani Date: Sun, 22 Oct 2017 02:23:02 +0530 Subject: [PATCH] CONTRIBUTING: add missing args to git push (#1554) (#1560) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 685b64cc0..d9e7035fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.