mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 21:30:33 +00:00
docs: fix step to create local branch from new origin
The current step creates a local branch from the default origin, which is probably not my-origin in the instruction.
This commit is contained in:
parent
4edaba9329
commit
c2c27bd174
@ -48,7 +48,7 @@ so that there is agreement on high level approach and no duplication of work bet
|
||||
cd $GOPATH/src/github.com/google/syzkaller
|
||||
git remote add my-origin https://github.com/YOUR_GITHUB_USERNAME/syzkaller.git
|
||||
git fetch my-origin
|
||||
git checkout -b my-branch master
|
||||
git checkout -b my-branch my-origin/master
|
||||
```
|
||||
|
||||
This adds git origin `my-origin` with your repository and checks out new branch `my-branch` based on `master` branch.
|
||||
|
Loading…
Reference in New Issue
Block a user