remove stray workingtree

This commit is contained in:
Aaron Bieber 2021-03-19 22:14:46 +00:00
parent 3afbd7ac41
commit 458c6d5866

View File

@ -4,8 +4,10 @@ The ~git~ completion currently supports the following arguments:
** Level 1
The completions for level one are dynamically created using the following
commands:
#+begin_src ksh
$(man -cT man git | grep -o 'git-[a-z-]*' | sort -u | cut -d '-' -f2-) \
$(git config --get-regexp ^alias\. | awk -F '[\. ]' '{ print $2 }')
worktree
#+end_src