瀏覽代碼

TYPO: 'git check' alias in Misc/contribute

Josua Krause 9 年之前
父節點
當前提交
4f39905d72
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Misc/contribute.md

+ 1 - 1
Misc/contribute.md

@@ -66,7 +66,7 @@ $ git clone git@github.com:torvalds/linux.git
 Actually I'm using my [fork](https://github.com/0xAX/linux) for development and when I want to pull updates from the main repository I just execute following command:
 
 ```
-$ git check master
+$ git checkout master
 $ git pull upstream master
 ```