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:
tfarina 2015-04-16 13:28:06 -07:00 committed by Commit bot
parent a863e41d7f
commit 1df3325345

View File

@ -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