1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-31 10:50:57 +00:00

TYPO: 'git check' alias in Misc/contribute

This commit is contained in:
Josua Krause 2015-09-20 15:35:00 -04:00 committed by Remi Rampin
parent be59a42e94
commit 4f39905d72

View File

@ -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
```