mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-23 20:43:56 +00:00
docs: fix typo in Git config core.excludesFile
This commit is contained in:
parent
f00560ef82
commit
756c4fedb6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ a comparison with Git, including how workflows are different, see the
|
|||
`~/.gitconfig`) that's respected is the following. Feel free to file a bug if
|
||||
you miss any particular configuration options.
|
||||
* The configuration of remotes (`[remote "<name>"]`).
|
||||
* `core.exludesFile`
|
||||
* `core.excludesFile`
|
||||
* **Authentication: Partial.** Only `ssh-agent` or a password-less key file at
|
||||
`~/.ssh/id_rsa` (and only at exactly that path).
|
||||
* **Branches: Yes.** You can read more about
|
||||
|
|
Loading…
Reference in a new issue