mirror of https://github.com/nirenjan/dotfiles.git
				
				
				
			Add base gitconfig
							parent
							
								
									84f5b39b2c
								
							
						
					
					
						commit
						41a303df44
					
				|  | @ -0,0 +1,19 @@ | |||
| [color] | ||||
| 	diff = auto | ||||
| 	status = auto | ||||
| 	branch = auto | ||||
| 	ui = true | ||||
| [core] | ||||
| 	preloadindex = true | ||||
| 	autocrlf = input | ||||
| 	safecrlf = true | ||||
| 	eol = lf | ||||
| 	pager = less -R | ||||
| [alias] | ||||
| 	lg = log --color --pretty=format:'%Cblue%h%Creset - %C(magenta bold)%d%Creset %s %Cgreen(%ar) %C(bold red)<%an>%Creset' --abbrev-commit --no-merges | ||||
| 	graph = log --color --pretty=format:'%Cblue%h%Creset - %C(magenta bold)%d%Creset %s %Cgreen(%ar) %C(bold red)<%an>%Creset' --abbrev-commit --graph | ||||
| 	ma = checkout master | ||||
| 	rb = rebase master | ||||
| 	co = checkout | ||||
| 	ci = commit | ||||
| 
 | ||||
		Loading…
	
		Reference in New Issue