Skip to content

Commit

Permalink
git: add alias for git stash --include-untracked (ohmyzsh#8617)
Browse files Browse the repository at this point in the history
  • Loading branch information
wabisabit authored and emcrisostomo committed Feb 25, 2020
1 parent ec1729f commit ecc2449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/git/README.md
Expand Up @@ -154,6 +154,7 @@ plugins=(... git)
| gstl | git stash list |
| gstp | git stash pop |
| gsts | git stash show --text |
| gstu | git stash --include-untracked |
| gstall | git stash --all |
| gsu | git submodule update |
| gsw | git switch |
Expand Down
1 change: 1 addition & 0 deletions plugins/git/git.plugin.zsh
Expand Up @@ -236,6 +236,7 @@ alias gstd='git stash drop'
alias gstl='git stash list'
alias gstp='git stash pop'
alias gsts='git stash show --text'
alias gstu='git stash --include-untracked'
alias gstall='git stash --all'
alias gsu='git submodule update'
alias gsw='git switch'
Expand Down

0 comments on commit ecc2449

Please sign in to comment.