sodapopcan / vim-twiggy

Git branch management for Vim
280 stars 15 forks source link

Add more commands #11

Open sodapopcan opened 6 years ago

sodapopcan commented 6 years ago

I'm pretty sure no one uses the twiggy-cmd feature (see :help twiggy-cmd). I certainly never do, so I've deprecated it (3cf1a8a31cfbeaf2e77e6709ec94b5e59d02a1d4). I will be replacing it with new mappings to carry out most of those functions, probably in the next week.

gm - merge with --no-ff gM - merge remote with --no-ff !^ - force push (prompted for confirmation by default) t^ - push tags tF - fetch tags

sodapopcan commented 6 years ago

The merge and force push features are done.