Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 615 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 615 Bytes

plugin-common-python

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