feat(wpcarro/fish): Support more git aliases
These have passed the test of time. Change-Id: I9ae2cfe0b29b0e63f9e98f158840bd0e5ba53bed Reviewed-on: https://cl.tvl.fyi/c/depot/+/6019 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									6882b95758
								
							
						
					
					
						commit
						852cc4a9c8
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -7,7 +7,9 @@ alias tpr 'tput reset'
 | 
				
			||||||
alias ls 'exa --sort=type'
 | 
					alias ls 'exa --sort=type'
 | 
				
			||||||
alias ll 'exa --long --sort=type'
 | 
					alias ll 'exa --long --sort=type'
 | 
				
			||||||
alias la 'exa --long --all --sort=type'
 | 
					alias la 'exa --long --all --sort=type'
 | 
				
			||||||
 | 
					alias gcan 'git commit --amend --no-edit'
 | 
				
			||||||
alias gd 'git diff'
 | 
					alias gd 'git diff'
 | 
				
			||||||
 | 
					alias gds 'git diff --staged'
 | 
				
			||||||
alias glp 'git log --pretty --oneline --graph'
 | 
					alias glp 'git log --pretty --oneline --graph'
 | 
				
			||||||
alias gpf 'git push --force-with-lease'
 | 
					alias gpf 'git push --force-with-lease'
 | 
				
			||||||
alias gsh 'git show HEAD'
 | 
					alias gsh 'git show HEAD'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue