瀏覽代碼

change git commands to be non-truncated

Kylie Jo Swistak 6 年之前
父節點
當前提交
7a34cd70bb
共有 1 個文件被更改,包括 2 次插入2 次删除
  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