diff --git a/man/html/git-new-branch.html b/man/html/git-new-branch.html index 3c3b154b1..7bb3cc1d2 100644 --- a/man/html/git-new-branch.html +++ b/man/html/git-new-branch.html @@ -758,7 +758,8 @@ git-new-branch(1) Manual Page
git new-branch <branch_name> git new-branch --upstream_current <branch_name> git new-branch --upstream <REF> <branch_name> -git new-branch --lkgr <branch_name>+git new-branch --lkgr <branch_name> +git new-branch --inject_current<branch_name>
+ Set the tracking (upstream) branch of the newly-created branch to the
+ tracking (upstream) branch of the currently-checked-out branch and set the
+ tracking (upstream) branch of the currently-checked-out branch to the
+ newly-created branch.
+
+
+ Before: current > upstream
+
+ After: current > new > upstream
+
-Note that both branches are cyan because they are currently the same +Note that these branches are cyan because they are currently the same commit object. See git-map-branches(1) for more detail.