alias gsa='git stash apply'
alias gsp='git stash pop'
alias gsd='git stash drop'
alias gsa='git stash apply'
alias gsp='git stash pop'
alias gsd='git stash drop'
function glm { glg "${1:-origin}".. }
compdef _git glm=git-log
alias glgl='git log --graph --cherry-mark --boundary --pretty=tformat:"%Cblue%cd %C(auto)%h%d %s" --date=short'
function glm { glg "${1:-origin}".. }
compdef _git glm=git-log
alias glgl='git log --graph --cherry-mark --boundary --pretty=tformat:"%Cblue%cd %C(auto)%h%d %s" --date=short'