/igit

Bash scripts for interactive git

igit

Bash scripts for interactive git

DOCUMENTATION PENDING TO BE UPDATED

icommit

Simple command for an interactive commit with an input prompt in the bash terminal

icommit demo gif

  1. open terminal
  2. cd ~
  3. mkdir bin
  4. Download the icommit file to the bin directory
  5. cd bin
  6. sudo chmod 755 icommit
  7. open -a 'Sublime Text' ~/.bash_profile
  8. Add this to the end of the file export PATH="~/bin":$PATH
  9. Close cmd+q the terminal and open it again