mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Updated git-extras manual after review.
This commit is contained in:
parent
b2743d785f
commit
edffba3c2a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue