Simple Git
What is it?
Simple Git makes git easier, combining multiple git commands or asking for input and converting that user input into a git command.
Install
wget simple-git.glitch.me/sg.sh
Quick Start:
bash sg.sh
- Start the program
sg setup
- Set up the repo
sg exp
- Add all files to the stage, adds a commit message, exports to GitHub.