Switch git checkout command so that my-build-change doesn't end up tracking upstream/internal

Jeremy Cline 2020-04-22 15:40:08 +00:00
parent 94c84f97c4
commit e336dce360

@ -9,7 +9,7 @@ There are two major types of contributions ARK accepts. The first is kernel conf
Quick start:
1. `git fetch upstream`
2. `git checkout -b my-build-change upstream/internal`
2. `git checkout upstream/internal && git checkout -b my-build-change`
3. Make a change to a file or files in `redhat/`.
4. Add your changes with `git add -A`.
5. Commit your changes and write a nice commit message that explains the change: `git commit -s`.