From d78a54480e4e7133338409e76ea50bee3cafcacf Mon Sep 17 00:00:00 2001 From: Sven Hergenhahn Date: Tue, 2 Oct 2018 08:18:10 +0200 Subject: [PATCH] add missing backslah You are missing a backslash end of line 32 --- git-extra-commands.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-extra-commands.plugin.zsh b/git-extra-commands.plugin.zsh index 916f83345..bb9dacd3b 100644 --- a/git-extra-commands.plugin.zsh +++ b/git-extra-commands.plugin.zsh @@ -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' \