From 4f39905d724b27d86c18fc633dad8c7778dc9823 Mon Sep 17 00:00:00 2001 From: Josua Krause Date: Sun, 20 Sep 2015 15:35:00 -0400 Subject: [PATCH] TYPO: 'git check' alias in Misc/contribute --- Misc/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/contribute.md b/Misc/contribute.md index 1ffc484..a9d9652 100644 --- a/Misc/contribute.md +++ b/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 ```