Blob


1 # vc-got.el
3 vc-got.el is an Emacs VC backend for the Game of Tree VCS.
5 => https://gameoftrees.org/ Game of Tree website
7 It’s still WIP, there are some unfinished parts, but is usable (I’m using almost every day).
9 You can fetch the code with git:
10 ```
11 $ git clone https://git.omarpolo.com/vc-got
12 ```
13 or via the github mirror:
14 ```
15 $ git clone https://github.com/omar-polo/vc-got
16 ```