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
9e291033
Commit
9e291033
authored
Sep 27, 2015
by
Robby Russell
Browse files
Merge pull request #4394 from PrestanceDesign/new-git-alias
Add alias for print latest tag name
parents
156fa5fa
8e74f7c1
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
9e291033
...
...
@@ -84,6 +84,7 @@ alias gcs='git commit -S'
alias
gd
=
'git diff'
alias
gdca
=
'git diff --cached'
alias
gdct
=
'git describe --tags `git rev-list --tags --max-count=1`'
alias
gdt
=
'git diff-tree --no-commit-id --name-only -r'
gdv
()
{
git diff
-w
"
$@
"
| view -
}
compdef _git
gdv
=
git-diff
...
...
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