marka2g / elixir_git

An Elixir implementation of Git version control system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elixir_git

An Elixir implementation of Git version control system

Installation

  • mix deps.get
  • mix escript.build

Configuration

  • Set EGIT_AUTHOR_NAME and EGIT_AUTHOR_EMAIL environment variables in your .bashrc or shell config file

Usage

  • ./egit init [dir]
  • ./egit commit
  • ./egit add file(s)|dir(s)

About

An Elixir implementation of Git version control system

License:MIT License


Languages

Language:Elixir 100.0%