Unverified Commit b31106b3 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

git: minor syntax fix

parent 35dc26a2
......@@ -242,7 +242,7 @@ alias gst='git status'
# use the default stash push on git 2.13 and newer
[[ "$(git --version 2>/dev/null)" =~ '^git version ([0-9]+.[0-9]+)' && "$match" -ge '2.13' ]] \
&& alias gsta='git stash push'
&& alias gsta='git stash push' \
|| alias gsta='git stash save'
alias gstaa='git stash apply'
......
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