-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgit-global.1
65 lines (46 loc) · 1.2 KB
/
git-global.1
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.TH GIT-GLOBAL 1
.SH NAME
git\-global \- Keep track of all the git repositories on your machine.
.SH SYNOPSIS
\fBgit\-global\fR [FLAGS]
.SH FLAGS
.TP
\fBv\fR, \fBverbose\fR
Enable verbose mode.
.TP
\fBj\fR, \fBjson\fR
Output subcommand results in JSON.
.TP
\fBu\fR, \fBuntracked\fR
Show untracked files in output.
.TP
\fBt\fR, \fBnountracked\fR
Don't show untracked files in output.
.SH VERSION
Crate version 0.6.6
.SH SUBCOMMANDS
The following subcommands are supported by git global; use git's global config to set your default choice.
ahead: Shows repos with changes that are not pushed to a remote
info: Shows meta\-information about git\-global
install\-manpage: Attempts to install git\-global's man page
list: Lists all known repos
scan: Updates cache of known repos
staged: Shows git index status for repos with staged changes
stashed: Shows repos with stashed changes
status: Shows status (`git status \-s`) for repos with any changes
unstaged: Shows working dir status for repos with unstaged changes
.SH EXIT STATUS
.TP
\fB0\fR
Successful program execution.
.TP
\fB1\fR
Unsuccessful program execution.
.TP
\fB101\fR
The program panicked.
.SH AUTHOR
.P
.RS 2
.nf
Eric Petersen <[email protected]>