From edffba3c2a5d1a177321a880d7af331e8f2eb1c4 Mon Sep 17 00:00:00 2001 From: Tobias Fendin Date: Thu, 30 Dec 2021 12:41:28 +0100 Subject: [PATCH] Updated git-extras manual after review. --- man/git-extras.1 | 2 +- man/git-extras.html | 2 +- man/git-extras.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.

COMMANDS

diff --git a/man/git-extras.md b/man/git-extras.md index 080bd58..a0d4e9e 100644 --- a/man/git-extras.md +++ b/man/git-extras.md @@ -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