mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
fix(git): remove --text from gsts (#11897)
This commit is contained in:
@@ -331,7 +331,7 @@ alias gstp='git stash pop'
|
||||
is-at-least 2.13 "$git_version" \
|
||||
&& alias gsta='git stash push' \
|
||||
|| alias gsta='git stash save'
|
||||
alias gsts='git stash show --text'
|
||||
alias gsts='git stash show'
|
||||
alias gst='git status'
|
||||
alias gss='git status --short'
|
||||
alias gsb='git status --short --branch'
|
||||
|
||||
Reference in New Issue
Block a user