A simple Command Line Interface written in BASH and used to maintain Github repositories with Git.
Tested on Ubuntu Server 14.04.
Requirements:
# GIT
sudo apt-get install git
# SSH-AGENT
sudo apt-get install ssh-agent
You will also need generate an SSH key and add it to your github account. More information on these subjects can be found in the Github Documentation.
Available options:
- Commit to remote
- Refresh local
- Merge branches
- Show branches
- Create branch
- Switch to branch
- Delete branch
- Initialise .git/config
- Cancel
Licence: MIT