diff --git a/man/git-extras.1 b/man/git-extras.1 index 2d80788..957f188 100644 --- a/man/git-extras.1 +++ b/man/git-extras.1 @@ -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 diff --git a/man/git-extras.html b/man/git-extras.html index 8a14843..09da1a4 100644 --- a/man/git-extras.html +++ b/man/git-extras.html @@ -97,7 +97,7 @@
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.