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
Oh My Zsh
Commits
86d57e83
Commit
86d57e83
authored
Oct 24, 2013
by
Robby Russell
Browse files
Merge pull request #2078 from tbuehl/master
Add commonly used git stash aliases to git plugin
parents
07ad2bad
5bf20572
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
86d57e83
...
@@ -85,7 +85,11 @@ compdef _git gm=git-mergetool
...
@@ -85,7 +85,11 @@ compdef _git gm=git-mergetool
alias
gg
=
'git gui citool'
alias
gg
=
'git gui citool'
alias
gga
=
'git gui citool --amend'
alias
gga
=
'git gui citool --amend'
alias
gk
=
'gitk --all --branches'
alias
gk
=
'gitk --all --branches'
alias
gsts
=
'git stash show --text'
alias
gsts
=
'git stash show --text'
alias
gsta
=
'git stash'
alias
gstp
=
'git stash pop'
alias
gstd
=
'git stash drop'
# Will cd into the top of the current repository
# Will cd into the top of the current repository
# or submodule.
# or submodule.
...
...
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