commit 69c096377636a12b0239a435c6559454fb0e2885 from: Omar Polo date: Sat Feb 13 11:10:33 2021 UTC add vc-got page commit - cac46275a3b763369ea3635f9c3f62a35fe2e8fb commit + 69c096377636a12b0239a435c6559454fb0e2885 blob - /dev/null blob + 63a7538c9b53b76dfcb498eee3af9812e80210a5 (mode 644) --- /dev/null +++ resources/pages/vc-got.gmi @@ -0,0 +1,16 @@ +# vc-got.el + +vc-got.el is an Emacs VC backend for the Game of Tree VCS. + +=> https://gameoftrees.org/ Game of Tree website + +It’s still WIP, there are some unfinished parts, but is usable (I’m using almost every day). + +You can fetch the code with git: +``` +$ git clone https://git.omarpolo.com/vc-got +``` +or via the github mirror: +``` +$ git clone https://github.com/omar-polo/vc-got +```