mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 04:52:06 +03:00
checkout test before branching off it
This commit is contained in:
parent
d19d570036
commit
1063415a08
@ -63,7 +63,8 @@ by default.
|
||||
Next, check out `test`, which is the mainline development branch, and
|
||||
base a new branch on it to do your work on:
|
||||
|
||||
git checkout -b [branch name] test
|
||||
git checkout test
|
||||
git checkout -b [branch name]
|
||||
|
||||
Now you are free to do your work on this branch. When finished, you may
|
||||
want to clean up your commits:
|
||||
|
Loading…
Reference in New Issue
Block a user