Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
1691cf8a
Commit
1691cf8a
authored
Aug 13, 2018
by
Tushar Tiwari
Committed by
Marc Cornellà
Aug 13, 2018
Browse files
Add alias for git add --verbose (#3167)
Add alias `gav='git add -v'` fixes #6793
parent
f2f078a1
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
1691cf8a
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment