We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c26fc commit 73a1817Copy full SHA for 73a1817
plugin/git.vim
@@ -339,6 +339,6 @@ command! GitBlame call GitBlame()
339
command! -nargs=+ Git call GitDoCommand(<q-args>)
340
command! GitVimDiffMerge call GitVimDiffMerge()
341
command! GitVimDiffMergeDone call GitVimDiffMergeDone()
342
-command! GitPull call GitPull(<q-args>)
+command! -nargs=* GitPull call GitPull(<q-args>)
343
command! GitPullRebase call GitPull('--rebase')
344
-command! GitPush call GitPush('')
+command! -nargs=* GitPush call GitPush(<q-args>)
0 commit comments