commit
e3acbc1f61
|
|
@ -77,6 +77,8 @@ alias gcsam="git commit -S -am"
|
|||
alias gstd="git stash drop"
|
||||
alias gstl="git stash list"
|
||||
alias gh='cd "$(git rev-parse --show-toplevel)"'
|
||||
# Show untracked files
|
||||
alias gu='git ls-files . --exclude-standard --others'
|
||||
|
||||
case $OSTYPE in
|
||||
darwin*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue