gitsh

A simple shell wrapper for Git that provides completions, history and doesn't require you to add the git prefix to each command.

Based on this awk abomination: https://gist.github.com/apainintheneck/ddc87043a645e87f2d9e02b69be155b6

Installation

  1. Clone this repo
  2. Run shards build --release
  3. Checkout ./bin/gitsh

Usage

Development

Contributing

  1. Fork it (https://github.com/apainintheneck/gitsh/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors