8 lines
		
	
	
		
			151 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			151 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #compdef git-changes
 | |
| #description Compare changes on this branch with another.
 | |
| 
 | |
| _arguments \
 | |
|   '1: :__git_remote_branch_names_noprefix'
 | |
| 
 | |
| # vim: ft=zsh
 |