mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Kill the compdef; Introduce 'grh' alias for 'git reset HEAD'
This commit is contained in:
		@@ -36,8 +36,8 @@ alias ga='git add'
 | 
			
		||||
compdef _git ga=git-add
 | 
			
		||||
alias gm='git merge'
 | 
			
		||||
compdef _git gm=git-merge
 | 
			
		||||
alias grh='git reset HEAD'
 | 
			
		||||
alias grhh='git reset HEAD --hard'
 | 
			
		||||
compdef _git grhh=git-reset-head-hard
 | 
			
		||||
 | 
			
		||||
# Git and svn mix
 | 
			
		||||
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user