Several important words

You can install Elegant Git by either executing bash script or using homebrew. After the installation, please run git elegant acquire-repository for an existing repository. This command configures the repository and makes Elegant Git commands available just by git <command>.

All available commands are described on commands page or can be displayed in a terminal by running git elegant.

Also, please use git elegant clone-repository or git elegant init-repository instead of regular clone or init Git's commands in order to get Elegant Git working by default.

bash installation

Run curl https://raw.githubusercontent.com/bees-hive/elegant-git/master/install.bash | $(which bash) and follow the provided instructions to install the tool. ${HOME}/.elegant-git directory will host all required files. That's why if you want to remove installation, you need to remove this directory only (rm -r ${HOME}/.elegant-git).

Homebrew installation

On macOS, you can install Homebrew if you haven't already, then run brew install bees-hive/hive/elegant-git. To find out more please visit https://github.com/bees-hive/homebrew-hive.