This repository contains python code shared between Floobits plugins for Sublime Text, Emacs, and Vim.
(For Vim, use --prefix plugin/floo/common
)
To get all the common changes:
git subtree pull --prefix floo/common git@github.com:Floobits/plugin-common-python master --squash
To push to common:
git subtree push --prefix floo/common git@github.com:Floobits/plugin-common-python master --squash