2
2
3
3
Link files to Git repositories
4
4
5
- - ` gog ` can be used to manage "dotfiles" in ` ${HOME} ` , but it can also manage links to files elsewhere on the filesystem
6
- - ` gog ` supports multiple git repositories, which can be useful to separate personal and work files
5
+ - ` gog ` can be used to manage "dotfiles" in ` ${HOME} ` or elsewhere on the filesystem
6
+ - ` gog ` supports multiple Git repositories, which can be useful to separate personal and work files
7
7
8
8
## Installation
9
9
@@ -69,34 +69,34 @@ Available Commands:
69
69
apply Link a repository's contents to the filesystem
70
70
git Run a git command in a repository's directory
71
71
help Help about any command
72
- manage Manage repositories
73
72
remove Remove files or directories from a repository
73
+ repository Manage repositories
74
74
75
75
Flags:
76
76
-h, --help help for gog
77
77
-r, --repository string name of repository
78
78
79
- Use "gog [command] --help" for more information about a command.
79
+ Use "gog [command] --help" for more information about a command..
80
80
```
81
81
82
- ` gog manage --help `
82
+ ` gog repository --help `
83
83
84
84
```
85
85
Manage repositories
86
86
87
87
Usage:
88
- gog manage [command]
88
+ gog repository [command]
89
89
90
90
Available Commands:
91
91
add Add a git repository
92
- get-default Print the name of the default repository
93
- list Print the names of all repositories
92
+ get-default Print the name or path of the default repository
93
+ list Print the names or paths of all repositories
94
94
remove Remove a repository
95
95
96
96
Flags:
97
97
-h, --help help for repository
98
98
99
- Use "gog manage [command] --help" for more information about a command.
99
+ Use "gog repository [command] --help" for more information about a command.
100
100
```
101
101
102
102
` gog add --help `
@@ -109,7 +109,7 @@ Usage:
109
109
110
110
Flags:
111
111
-h, --help help for add
112
- -r, --repository string name of repository to add to
112
+ -r, --repository string name of repository
113
113
```
114
114
115
115
` gog apply --help `
0 commit comments