mirror of
				https://github.com/TheLocehiliosan/yadm
				synced 2025-06-13 13:03:58 +00:00 
			
		
		
		
	Document configuration for git-cola (#200)
This commit is contained in:
		
							parent
							
								
									1de83b4007
								
							
						
					
					
						commit
						c5bba67f0a
					
				| @ -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? | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user