Use long option values

pull/1526/head
David Farrell 2020-03-25 10:04:27 -07:00
parent 30ae4d9e5f
commit 0274d36cd7
No known key found for this signature in database
GPG Key ID: 1CCA28D0E300B56F
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ alias gstp="git stash pop"
# Switch aliases - Requires git v2.23+
alias gsw="git switch"
alias gswm="git switch master"
alias gswc="git switch -c"
alias gswt="git switch -t"
alias gswc="git switch --create"
alias gswt="git switch --track"
alias gh='cd "$(git rev-parse --show-toplevel)"'
# Show untracked files
alias gu='git ls-files . --exclude-standard --others'