Skip to content

Commit 6fc5092

Browse files
authored
docs #292 wrong command in documentation
1 parent 0517341 commit 6fc5092

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/documentation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,15 @@ config is the top-level command for showing and creating git-phlow .gitconfig fi
213213
When using a local `.gitconfig` file, you need to tell git that it should also look for configuration in the local workspace folder by adding:
214214
`git config --local include.path ../.gitconfig`
215215

216-
#### show
216+
##### show
217217
```
218218
git phlow config show <ini name>
219219
```
220220
**description**
221221

222222
show shows the configuration of the specified INI block. If no arguments are passed it will show the default configuration git phlow will use if no `-t` flag is set when a command is executed. This is good to use when debugging. Look for the `scope: internal`, this means that git phlow is using the internal default block, and not one found in a custom .gitconfig file.
223223

224-
#### bootstrap
224+
##### bootstrap
225225
```
226226
git phlow config bootstrap
227227
```
@@ -231,7 +231,7 @@ git phlow config bootstrap
231231
bootstrap creates a new .gitconfig file in the current directory, with the default values of a git-phlow configuration. This is a good way to get started with the configuration file.
232232

233233

234-
### cleanup
234+
### agent
235235
```
236236
git phlow agent [cmd]
237237
```
@@ -253,4 +253,4 @@ They are not recommemded to use right now
253253

254254
`-v`,`--verbose` - prints all the executed git commands
255255

256-
`--no-color` - suppresses the colors of the output. Meant to be used on windows in terminals with no support for ANSI colors.
256+
`--no-color` - suppresses the colors of the output. Meant to be used on windows in terminals with no support for ANSI colors.

0 commit comments

Comments
 (0)