Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit 168fc92

Browse files
authored
Merge pull request #5 from Iscle/patch-2
notes: Fix README.md typo Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
2 parents 6b58f39 + 4a3942a commit 168fc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Should you chose to use the kernel as a base for your own, either fork the kerne
3535

3636
```bash
3737
git fetch <android-linux-stable_repo_url> <branch_to_use>
38-
git branch -b <your_branch_name> FETCH_HEAD
38+
git checkout -b <your_branch_name> FETCH_HEAD
3939
git push --set-upstream origin <your_branch_name>
4040
```
4141

0 commit comments

Comments
 (0)