1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Support -b <branch> when cloning (#133)

This commit is contained in:
Tim Byrne
2019-10-07 08:36:32 -05:00
parent 6a3199ceea
commit f3bde37f78
5 changed files with 134 additions and 17 deletions

View File

@@ -55,7 +55,7 @@ if declare -F _git > /dev/null; then
case "$antepenultimate" in
clone)
COMPREPLY=( $(compgen -W "-f -w --bootstrap --no-bootstrap" -- "$current") )
COMPREPLY=( $(compgen -W "-f -w -b --bootstrap --no-bootstrap" -- "$current") )
return 0
;;
esac