summaryrefslogtreecommitdiffstats
path: root/man1/git-init.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-init.1')
-rw-r--r--man1/git-init.125
1 files changed, 16 insertions, 9 deletions
diff --git a/man1/git-init.1 b/man1/git-init.1
index 1f872b5b7..9aaea7177 100644
--- a/man1/git-init.1
+++ b/man1/git-init.1
@@ -2,12 +2,12 @@
.\" Title: git-init
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-05-09
+.\" Date: 2023-05-10
.\" Manual: Git Manual
-.\" Source: Git 2.40.1.515.g5597cfdf47
+.\" Source: Git 2.40.1.552.g91428f078b
.\" Language: English
.\"
-.TH "GIT\-INIT" "1" "2023\-05\-09" "Git 2\&.40\&.1\&.515\&.g5597cf" "Git Manual"
+.TH "GIT\-INIT" "1" "2023\-05\-10" "Git 2\&.40\&.1\&.552\&.g91428f" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -236,12 +236,19 @@ $ git commit \fB(3)\fR
.RE
.\}
.sp
-\fB1. \fRCreate a /path/to/my/codebase/\&.git directory\&.
-.br
-\fB2. \fRAdd all existing files to the index\&.
-.br
-\fB3. \fRRecord the pristine state as the first commit in the history\&.
-.br
+.TS
+tab(:);
+r lw(\n(.lu*75u/100u).
+\fB1.\fR\h'-2n':T{
+Create a /path/to/my/codebase/\&.git directory\&.
+T}
+\fB2.\fR\h'-2n':T{
+Add all existing files to the index\&.
+T}
+\fB3.\fR\h'-2n':T{
+Record the pristine state as the first commit in the history\&.
+T}
+.TE
.RE
.SH "CONFIGURATION"
.sp