Updated git-extras manual after review.

This commit is contained in:
Tobias Fendin 2021-12-30 12:41:28 +01:00
parent b2743d785f
commit edffba3c2a
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ Self update\.
.SH "ENVIRONMENT AND CONFIGURATION VARIABLES"
\fBgit config \-\-add git\-extras\.default\-branch $BRANCH\fR
.P
Change the default branch to \fB$BRANCH\fR\. If git\-extras\.default\-branch isn\'t set init\.default\-branch is used instead, if none of them are set it defaults to \fBmain\fR\.
Change the default branch to \fB$BRANCH\fR\. If \fBgit\-extras\.default\-branch\fR isn\'t set, \fBinit\.defaultBranch\fR is used instead\. If none of them are set it defaults to \fBmain\fR\.
.SH "COMMANDS"
.IP "\[ci]" 4
\fBgit\-abort(1)\fR Abort current git operation

View file

@ -97,7 +97,7 @@
<p><code>git config --add git-extras.default-branch $BRANCH</code></p>
<p>Change the default branch to <code>$BRANCH</code>. If git-extras.default-branch isn't set init.default-branch is used instead, if none of them are set it defaults to <code>main</code>.</p>
<p>Change the default branch to <code>$BRANCH</code>. If <code>git-extras.default-branch</code> isn't set, <code>init.defaultBranch</code> is used instead. If none of them are set it defaults to <code>main</code>.</p>
<h2 id="COMMANDS">COMMANDS</h2>

View file

@ -23,7 +23,7 @@ git-extras(1) -- Awesome GIT utilities
`git config --add git-extras.default-branch $BRANCH`
Change the default branch to `$BRANCH`. If git-extras.default-branch isn't set init.default-branch is used instead, if none of them are set it defaults to `main`.
Change the default branch to `$BRANCH`. If `git-extras.default-branch` isn't set, `init.defaultBranch` is used instead. If none of them are set it defaults to `main`.
## COMMANDS