summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
84e2dee)
Should probably add alternatives, i.e. local branches and tags
alias gwl='git worktree list'
function gwa { git worktree add wt/$1 $1 }
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'
alias gcl='git config --list'
alias gcp='git cherry-pick'