Skip to content

Commit 3623dc0

Browse files
tmatilaigitster
authored andcommitted
completion: push --set-upstream
Signed-off-by: Teemu Matilainen <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ec014ea commit 3623dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ _git_push ()
17961796
--*)
17971797
__gitcomp "
17981798
--all --mirror --tags --dry-run --force --verbose
1799-
--receive-pack= --repo=
1799+
--receive-pack= --repo= --set-upstream
18001800
"
18011801
return
18021802
;;

0 commit comments

Comments
 (0)