| 
				
			 | 
			
			
				@@ -10,7 +10,8 @@ 
			 | 
		
	
		
			
			| 
				10
			 | 
			
				10
			 | 
			
			
				   co = checkout 
			 | 
		
	
		
			
			| 
				11
			 | 
			
				11
			 | 
			
			
				   com = checkout master 
			 | 
		
	
		
			
			| 
				12
			 | 
			
				12
			 | 
			
			
				   dc = !clear && git diff --cached 
			 | 
		
	
		
			
			| 
				13
			 | 
			
				
			 | 
			
			
				-  gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m" 
			 | 
		
	
		
			
			| 
				
			 | 
			
				13
			 | 
			
			
				+  gr = log --graph --full-history --all --color\ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				14
			 | 
			
			
				+       --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m" 
			 | 
		
	
		
			
			| 
				14
			 | 
			
				15
			 | 
			
			
				   rb = rebase 
			 | 
		
	
		
			
			| 
				15
			 | 
			
				16
			 | 
			
			
				   rbi = rebase --interactive 
			 | 
		
	
		
			
			| 
				16
			 | 
			
				17
			 | 
			
			
				   rmv = remote --verbose 
			 |