aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/gitolfs3-shell.1
blob: a626682cf0a2bb842ae9fe5c08a0692571b85776 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.TH GITOLFS3-SHELL 1 2024-04-29 Gitolfs3 "Gitolfs3 Manual"
.SH NAME
gitolfs3-shell \- Gitolfs3 shell
.SH SYNOPSIS
.B gitolfs3-shell
-c <command>
.SH DESCRIPTION
.B shell
is the Gitolfs3 shell.
.SH COMMANDS
.TP
.B git-receive-pack \fR<repsitory>\fB
Alternatively, using \fBgit receive-pack\fR is also allowed.
No other arguments nor options than indicated above are processed nor allowed.
See
.BR git-receive-pack (1).
.TP
.B git-upload-archive \fR<repsitory>\fB
Alternatively, using \fBgit upload-archive\fR is also allowed.
No other arguments nor options than indicated above are processed nor allowed.
See
.BR git-upload-archive (1).
.TP
.B git-upload-pack \fR<repsitory>\fB
Alternatively, using \fBgit upload-pack\fR is also allowed.
No other arguments nor options than indicated above are processed nor allowed.
See
.BR git-upload-pack (1).
.TP
.B git-lfs-authenticate \fR<repository> upload/download\fB
Outputs a JSON document containing a reference to the Gitolfs3 Git LFS endpoint
for the indicated repository and an accompanying tag/MAC to authenticate with
the Gitolfs3 server.
Only valid for the indicated repository and operation.
See
.BR gitolfs3-authenticate (1).