alias gp='git push'
alias gpf='git push --force-with-lease'
+alias gpo='gp origin'
+alias gpfo='gpf origin'
alias gd='git diff'
alias gdc='git diff --cached'
alias gwl='git worktree list'
function gwa { git worktree add wt/$1 $1 }
-compdef _git gwa='_git_commits'
+compdef -e '__git_remote_branch_names_noprefix' gwa
alias gcl='git config --list'
alias gcp='git cherry-pick'