I am looking to make a few customizations to the Memberful Wordpress plugin that will meld the plugin with my existing website just a bit better than it currently does in staging.
Ideally, the plugin would be maintained with Git, and I could make a branch with my customizations, and with each update that the Memberful team launches, I would rebase my branch onto the new master, test, and re-deploy.
Unfortunately, the Memberful Wordpress plugin is (and all other Wordpress plugins are?) maintained with Subversion.
Is there a way I can achieve my desired ends using Git? Or is it more advisable that I use Subversion for this part of development and learn to rebase in Subversion?