mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-30 06:58:55 -05:00
completion: push --set-upstream
Signed-off-by: Teemu Matilainen <teemu.matilainen@iki.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
ec014eac0e
commit
3623dc0310
@@ -1796,7 +1796,7 @@ _git_push ()
|
||||
--*)
|
||||
__gitcomp "
|
||||
--all --mirror --tags --dry-run --force --verbose
|
||||
--receive-pack= --repo=
|
||||
--receive-pack= --repo= --set-upstream
|
||||
"
|
||||
return
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user