Skip to content

Commit

Permalink
sorin-ionescu#23 github: complete 'pull' command
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoulaj committed Sep 2, 2011
1 parent faa9a91 commit beef59c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _github
Expand Up @@ -168,8 +168,11 @@ _github() {
&& ret=0
;;
(pull)
# TODO Not implemented
_message "${words[1]} command argument" && ret=0
_arguments \
'1: :_github_users' \
'2: :_github_branches' \
'--merge[automatically merge remote'\''s changes into your master]' \
&& ret=0
;;
(pull-request)
# TODO Not implemented
Expand Down

0 comments on commit beef59c

Please sign in to comment.