G4t
A simple cli app to help you with git.
Installation
Linux:
sudo sh install.sh
Windows:
gem install tty-prompt
ruby main.rb
Contributing
- Fork it.
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request