aboutsummaryrefslogtreecommitdiff
path: root/man/man1/git.1
diff options
context:
space:
mode:
authorPetter Rodhelind <petter.rodhelind@gmail.com>2020-12-18 09:13:34 +0100
committerPetter Rodhelind <petter.rodhelind@gmail.com>2020-12-18 09:13:34 +0100
commit94c521bf102a74aec7e1a5c3a9ef5eaa968d4e14 (patch)
treead1ad80ee9a4e0ae97451c94a7cf455d3068951b /man/man1/git.1
parent7cda34cf34f3afbd3f2000aa5e2b59ddc319f0f2 (diff)
parent2991442aef1cf020ffde43673433ee97ef322a53 (diff)
downloadplan9port-94c521bf102a74aec7e1a5c3a9ef5eaa968d4e14.tar.gz
plan9port-94c521bf102a74aec7e1a5c3a9ef5eaa968d4e14.tar.bz2
plan9port-94c521bf102a74aec7e1a5c3a9ef5eaa968d4e14.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'man/man1/git.1')
-rw-r--r--man/man1/git.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man/man1/git.1 b/man/man1/git.1
index 9b29b512..8387407a 100644
--- a/man/man1/git.1
+++ b/man/man1/git.1
@@ -1,5 +1,5 @@
.TH GIT 1
-.SH NAME
+.SH NAME
git, hg, cvs, codereview \- introduction to using plan9port Git repository
.SH SYNOPSIS
.B git
@@ -17,7 +17,7 @@ git, hg, cvs, codereview \- introduction to using plan9port Git repository
.I path ...
]
.PP
-.B gitk
+.B gitk
.PP
.B web
.B https://9fans.github.io/plan9port
@@ -37,13 +37,13 @@ which it will create.
After
.B git
.BR clone ,
-the other commands listed
+the other commands listed
should be run within the
.B plan9
directory tree.
.PP
Git downloads the entire revision history
-of Plan 9 from User Space
+of Plan 9 from User Space
in addition to the current tree.
.PP
.I Git
@@ -55,7 +55,7 @@ current file tree.
.I Git
.I diff
runs Unix's
-.IR diff (1)
+.MR diff (1)
to compare the files in the local tree with the corresponding
files in the revision history.
The special revision
@@ -76,7 +76,7 @@ directory containing Git local repository
list of files and wildcards to exclude from Git operations
.SH SEE ALSO
Unix's
-\fIgit\fR(1),
+.IR git (1),
.HR http://git-scm.com/doc
.PP
.HR https://9fans.github.io/plan9port/