Document configuration for git-cola (#200)

This commit is contained in:
Tim Byrne 2020-06-30 16:42:28 -05:00
parent 1de83b4007
commit c5bba67f0a
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 13 additions and 0 deletions

View File

@ -169,6 +169,19 @@ configuration by running:
yadm config yadm.auto-private-dirs false
```
## Integrations
### Why does git-cola hang when run via `yadm enter`?
`git-cola` tries to display all of the untracked files in a repository. For
dotfiles, this is usually a massive list of files. The solution is to configure
your repo to have `git-cola` ignore untracked files with the following
configuration.
```
yadm gitconfig gui.displayuntracked false
```
## Unconventional Cases
### Can I use yadm to track system level files?