Skip to content

Commit

Permalink
Add alias for git add --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
tushart91 authored and Tushar Tiwari committed Jun 20, 2018
1 parent a0b8eab commit d5433a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/git/git.plugin.zsh
Expand Up @@ -44,6 +44,7 @@ alias ga='git add'
alias gaa='git add --all'
alias gapa='git add --patch'
alias gau='git add --update'
alias gav='git add --verbose'
alias gap='git apply'

alias gb='git branch'
Expand Down

0 comments on commit d5433a3

Please sign in to comment.