Procházet zdrojové kódy

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

Muhammad Falak Reyaz Wani před 7 roky
rodič
revize
80dae3da6e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
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.