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
0aa3cb2e
Commit
0aa3cb2e
authored
May 26, 2016
by
Marc Cornellà
Browse files
Merge pull request #5119 from baig/git-plugin-update
Changed `alias gsta='git stash'` to `alias gsta='git stash save'`.
parents
1e90f361
bdc82114
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
0aa3cb2e
...
...
@@ -199,7 +199,7 @@ alias gsps='git show --pretty=short --show-signature'
alias
gsr
=
'git svn rebase'
alias
gss
=
'git status -s'
alias
gst
=
'git status'
alias
gsta
=
'git stash'
alias
gsta
=
'git stash
save
'
alias
gstaa
=
'git stash apply'
alias
gstd
=
'git stash drop'
alias
gstl
=
'git stash list'
...
...
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