contrib: Simplify the command to create a feature branch.
You can create a work branch off origin/master by simply running: $ git checkout -b my-feature origin/master BUG=None R=borenet@google.com NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=1057513004 Review URL: https://codereview.chromium.org/1057513004
This commit is contained in:
parent
a863e41d7f
commit
1df3325345
@ -8,7 +8,7 @@ Making changes
|
||||
First create a branch for your changes:
|
||||
|
||||
~~~~
|
||||
$ git checkout --track origin/master -b my_feature master
|
||||
$ git checkout -b my_feature origin/master
|
||||
~~~~
|
||||
|
||||
After making your changes, create a commit
|
||||
|
Loading…
Reference in New Issue
Block a user