Document configuration for git-cola (#200)

pull/245/head
Tim Byrne 4 years ago
parent 1de83b4007
commit c5bba67f0a
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

@ -169,6 +169,19 @@ configuration by running:
yadm config yadm.auto-private-dirs false 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 ## Unconventional Cases
### Can I use yadm to track system level files? ### Can I use yadm to track system level files?

Loading…
Cancel
Save