remove stray workingtree
This commit is contained in:
parent
3afbd7ac41
commit
458c6d5866
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user