| Index: docs/html/git-new-branch.html
|
| diff --git a/docs/html/git-new-branch.html b/docs/html/git-new-branch.html
|
| index 723a6279aebe610fff5041b3e1cb35b6dc9af6b7..283d40c1f8e478526b4214d2838042a20d762245 100644
|
| --- a/docs/html/git-new-branch.html
|
| +++ b/docs/html/git-new-branch.html
|
| @@ -854,6 +854,7 @@ defaults to <em>origin/master</em>. This is considered to be the <em>root</em>
|
| </span><span style="color: #19c518"></span><span style="color: #19c518"> frozen_branch
|
| </span><span style="color: #19c518"></span><span style="color: #19c518"> independent_cl
|
| </span><span style="font-weight: bold; color: #ffffff">$ git checkout cool_feature</span>
|
| +Switched to branch 'cool_feature'
|
| Your branch is ahead of 'origin/master' by 4 commits.
|
| (use "git push" to publish your local commits)
|
| <span style="font-weight: bold; color: #ffffff">$ git new-branch --upstream_current cl_depends_on_cool_feature</span>
|
|
|