Blob


1 # vc-got
3 This is an Emacs VC back-end for the [Game of
4 Tree](http://gameoftrees.org/) version control system
6 It's [available on ELPA][elpa]: to install it just `M-x package-install
7 RET vc-got RET`; vc-got will register itself, there's no need to
8 `require` it.
10 [elpa]: http://elpa.gnu.org/packages/vc-got.html
13 ## Drawbacks
15 While I've been using this backend on a daily basis for the last
16 months, there are some rough edges. Fetching updates in particular is
17 one action that *at the moment* is better to do by hand. Pushing,
18 committing, blaming etc on the other hand are fully functional.
20 Note that pushing requires at least got 0.56, other functionalities
21 should work with older versions.
24 ## Contributing
26 vc-got is on ELPA and thus a FSF copyright assignment is required.
27 It's really easy to get one (just send an email), and having one will
28 allow you to make further contribution to Emacs itself or to various
29 other packages.