aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev
diff options
context:
space:
mode:
authorGravatar tfarina <tfarina@chromium.org>2015-04-16 13:28:06 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-16 13:28:06 -0700
commit1df3325345c8ef0017be32b8f453553b33151290 (patch)
treebff9d669780dd3e775cc34f236b33363004c036d /site/dev
parenta863e41d7f7a9a9054cecc1e9dd23578eab916bd (diff)
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
Diffstat (limited to 'site/dev')
-rw-r--r--site/dev/contrib/submit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/dev/contrib/submit.md b/site/dev/contrib/submit.md
index a66e7271ac..724201d34c 100644
--- a/site/dev/contrib/submit.md
+++ b/site/dev/contrib/submit.md
@@ -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