mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +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
|
`~/.gitconfig`) that's respected is the following. Feel free to file a bug if
|
||||||
you miss any particular configuration options.
|
you miss any particular configuration options.
|
||||||
* The configuration of remotes (`[remote "<name>"]`).
|
* The configuration of remotes (`[remote "<name>"]`).
|
||||||
* `core.exludesFile`
|
* `core.excludesFile`
|
||||||
* **Authentication: Partial.** Only `ssh-agent` or a password-less key file at
|
* **Authentication: Partial.** Only `ssh-agent` or a password-less key file at
|
||||||
`~/.ssh/id_rsa` (and only at exactly that path).
|
`~/.ssh/id_rsa` (and only at exactly that path).
|
||||||
* **Branches: Yes.** You can read more about
|
* **Branches: Yes.** You can read more about
|
||||||
|
|
Loading…
Reference in a new issue