Service delegating into the Quick Input Service, so that the Git commands can be further refined. For instance, the remote can be specified for pull, push, and fetch. And the branch can be specified for git merge.
Quick Input Service
remote
pull
push
fetch
git merge
Service delegating into the
Quick Input Service
, so that the Git commands can be further refined. For instance, theremote
can be specified forpull
,push
, andfetch
. And the branch can be specified forgit merge
.