lambdalisue / vim-gita

[Obsolete] An awesome git handling plugin for Vim
Other
226 stars 8 forks source link

Allow delete branch on remote with delete:branch action #99

Closed lambdalisue closed 8 years ago

lambdalisue commented 8 years ago

Summary (required)

delete:branch action in gita-branch window could not delete branches in remote. If gita could automatically assign git push --delete origin <branch> to remove remote branch, it would be nice.

lambdalisue commented 8 years ago

Implemented