WebGit
An in-browser Git GUI for your Rails project.
WebGit is a Rails Engine that provides an in-browser visual interface to a simple but effective Git workflow. For educational purposes.
Installation
You need to have the diff2html-cli
command available on your system. You can install it with:
npm install -g diff2html-cli
Add this line to your application's Gemfile:
gem "web_git", git: "https://github.com/firstdraft/web_git"
And then execute:
$ bundle
License
The gem is available as open source under the terms of the MIT License.