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
7705ffaf
Commit
7705ffaf
authored
Oct 11, 2009
by
Gerhard Lazu
Browse files
Added git diff for vim (gdv)
parent
fafa1567
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/aliases.zsh
View file @
7705ffaf
...
@@ -20,6 +20,7 @@ alias gst='git status'
...
@@ -20,6 +20,7 @@ alias gst='git status'
alias
gl
=
'git pull'
alias
gl
=
'git pull'
alias
gp
=
'git push'
alias
gp
=
'git push'
alias
gd
=
'git diff | mate'
alias
gd
=
'git diff | mate'
alias
gdv
=
'git diff -w "$@" | vim -R -'
alias
gc
=
'git commit -v'
alias
gc
=
'git commit -v'
alias
gca
=
'git commit -v -a'
alias
gca
=
'git commit -v -a'
alias
gb
=
'git branch'
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