Explorar o código

change git commands to be non-truncated

Kylie Jo Swistak %!s(int64=6) %!d(string=hai) anos
pai
achega
7a34cd70bb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -12,8 +12,8 @@ list new features in the list below. When you are ready to merge your branch,
 you may create a pull request at [ajsw.is](https://code.ajsw.is/PMD/rotom_bot)
 
 ```bash
-$ git ch -b [branch_name]             #to create a branch
-$ git push origin/[branch_name]       #to push branch
+$ git checkout -b [branch_name]       #to create a branch
+$ git push origin  branch_name]       #to push branch
 ```
 
 ### Features