Verbose version of `git add` (gav)

pull/2158/head
Peter Bittner 2022-08-26 07:04:07 +02:00 committed by GitHub
parent d770030513
commit 3294df5d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ alias get='git'
alias ga='git add' alias ga='git add'
alias gall='git add -A' alias gall='git add -A'
alias gap='git add -p' alias gap='git add -p'
alias gav='git add -v'
# branch # branch
alias gb='git branch' alias gb='git branch'