mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(repo): auto-complete docs rebase update-refs (#13286)
This commit is contained in:
parent
680298e920
commit
b9c9fcfd3f
1 changed files with 2 additions and 0 deletions
|
|
@ -131,6 +131,8 @@ _repo()
|
|||
"(--autosquash)--no-ff[Pass --autosquash to git rebase]"\
|
||||
"(--whitespace=)--whitespace=[Pass --whitespace to git rebase]: :__git_apply_whitespace_strategies"\
|
||||
"(--auto-stash)--auto-stash[Stash local modifications before starting]"\
|
||||
"(--update-refs)--update-refs[Automatically force-update any branches that point to commits that are being rebased.]"\
|
||||
"(--no-update-refs)--no-update-refs[Turn off the automatic force-update of any branches that point to commits that are being rebased.]"\
|
||||
&& ret=0
|
||||
;;
|
||||
(checkout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue