Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion git-extra-commands.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ zstyle ':completion:*:*:git:*' user-commands \
churn:'List files in ref with change/commit count' \
copy-branch-name:'Copy the current branch name to the clipboard (pbcopy)' \
credit:'A very slightly quicker way to credit an author on the latest commit' \
current-branch:'Print the name of the current branch, helpful for automation'
current-branch:'Print the name of the current branch, helpful for automation' \
cut-branch:'Create a new named branch pointed at HEAD and reset the current branch to the head of its tracking branch' \
delete-local-merged:'Delete all local branches that have been merged into HEAD' \
divergence:'List local/remote (incoming/outgoing) changes for current branch' \
Expand Down