This project is a helper to automate the following process:
mkdir "Your Repo Name (Repo)"
cd Repo
git init
//Create remote repo on GitHub
git remote add origin git@github.com:<username>/"GitHub Repo name (GitRepo)"
To install this helper:
git clone https://github.com/Eccentric-Innovators/GitProject
cd GitProject
python install.py
To execute:
GitProject Repo GitRepo
Collaborators are welcome to add OS supports as well as other features!