9 lines
		
	
	
		
			268 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			268 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [alias]
 | |
|     d = difftool
 | |
|     co = checkout
 | |
|     st = status
 | |
|     ci = commit
 | |
|     hist = log --pretty=format:'%C(yellow)[%ad]%C(reset) %C(green)[%h]%C(reset) | %C(bold blue){{%an}}%C(reset) %C(white)%s %C(red)%d%C(reset)' --graph --date=short
 | |
|     ps = push
 | |
|     pl = pull
 |