Commit 69ba6e43 authored by Gant Laborde's avatar Gant Laborde Committed by Marc Cornellà
Browse files

git: add alias to `git stash --all` (#5511)

Stash tracked, ignored and untracked files. Leaves the working directory absolutely clean.
parent 3d2542f4
......@@ -239,6 +239,7 @@ alias gstd='git stash drop'
alias gstl='git stash list'
alias gstp='git stash pop'
alias gsts='git stash show --text'
alias gstall='git stash --all'
alias gsu='git submodule update'
alias gts='git tag -s'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment