A teeny-tiny git compatible decentralized version control
-
Prerequisite: Install Erlang and Elixir
-
Clone the repo
-
Run
mix escript.buildfrom root -
Add the generated
ralphexecutable to PATH -
ralph [command]
ralph init <folder_name>ralph add <dir>ralph commit -m <msg>
NOTE: Since ralph follows git's protocols, git commands can also be used.