Remove -a from save alias
Allow more control over which changes are saved when using the save alias by removing the `-a` flag.
This commit is contained in:
		
							parent
							
								
									2e5cf11730
								
							
						
					
					
						commit
						46f722b2a7
					
				
							
								
								
									
										2
									
								
								config
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								config
									
									
									
									
									
								
							| @ -33,7 +33,7 @@ | ||||
| %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' | ||||
| 	tracking = rev-parse --abbrev-ref --symbolic-full-name @{u} | ||||
| 
 | ||||
| 	save = commit -am "temp!" | ||||
| 	save = commit -m "temp!" | ||||
| 	load = !sh -c '[ \"temp!\" = \"`git show --format=%s --no-patch`\" ] && \ | ||||
| 		git reset --mixed HEAD~ || echo \"error: commit subject is not: temp!\"' | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user