Document configuration for git-cola (#200)
This commit is contained in:
parent
1de83b4007
commit
c5bba67f0a
1 changed files with 13 additions and 0 deletions
|
@ -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…
Reference in a new issue