aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/gitolfs3-shell.1
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-04-29 00:13:51 +0200
committerLibravatar Rutger Broekhoff2024-04-29 00:13:51 +0200
commit1b50e6b0af2dc7f9d785e886a79784e3c6accc8b (patch)
tree067bf7d84082660eee7af4e32703b66eb752cdc7 /docs/man/gitolfs3-shell.1
parent14cf035c4f3a749ff696e2cf5bf08d11279a6918 (diff)
downloadgitolfs3-1b50e6b0af2dc7f9d785e886a79784e3c6accc8b.tar.gz
gitolfs3-1b50e6b0af2dc7f9d785e886a79784e3c6accc8b.zip
Write man pages for Gitolfs3
Diffstat (limited to 'docs/man/gitolfs3-shell.1')
-rw-r--r--docs/man/gitolfs3-shell.136
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/man/gitolfs3-shell.1 b/docs/man/gitolfs3-shell.1
new file mode 100644
index 0000000..56eac31
--- /dev/null
+++ b/docs/man/gitolfs3-shell.1
@@ -0,0 +1,36 @@
1.TH GITOLFS3-SHELL 1 2024-04-29 Gitolfs3 "Gitolfs3 Manual"
2.SH NAME
3shell \- Gitolfs3 shell
4.SH SYNOPSIS
5.B shell
6-c <command>
7.SH DESCRIPTION
8.B shell
9is the Gitolfs3 shell.
10.SH COMMANDS
11.TP
12.B git-receive-pack \fR<repsitory>\fB
13Alternatively, using \fBgit receive-pack\fR is also allowed.
14No other arguments nor options than indicated above are processed nor allowed.
15See
16.BR git-receive-pack (1).
17.TP
18.B git-upload-archive \fR<repsitory>\fB
19Alternatively, using \fBgit upload-archive\fR is also allowed.
20No other arguments nor options than indicated above are processed nor allowed.
21See
22.BR git-upload-archive (1).
23.TP
24.B git-upload-pack \fR<repsitory>\fB
25Alternatively, using \fBgit upload-pack\fR is also allowed.
26No other arguments nor options than indicated above are processed nor allowed.
27See
28.BR git-upload-pack (1).
29.TP
30.B git-lfs-authenticate \fR<repository> upload/download\fB
31Outputs a JSON document containing a reference to the Gitolfs3 Git LFS endpoint
32for the indicated repository and an accompanying tag/MAC to authenticate with
33the Gitolfs3 server.
34Only valid for the indicated repository and operation.
35See
36.BR gitolfs3-authenticate (1).