Skip to content

Commit 33ce7c1

Browse files
committed
Merge branch 'tm/completion-push-set-upstream'
* tm/completion-push-set-upstream: completion: push --set-upstream
2 parents c795df7 + 3623dc0 commit 33ce7c1

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
@@ -1730,7 +1730,7 @@ _git_push ()
17301730
--*)
17311731
__gitcomp "
17321732
--all --mirror --tags --dry-run --force --verbose
1733-
--receive-pack= --repo=
1733+
--receive-pack= --repo= --set-upstream
17341734
"
17351735
return
17361736
;;

0 commit comments

Comments
 (0)