This Bash Script uses Github's REST API for creating Remote Repository on Github without the need to open browser and do it the usual way. It takes your Github Username, Personal Access Token, and Repository name for creating the Remote Repo.
- Run this script from your local repo for connecting remote repo with local repo
- Suggestions and ideas are greatly accepted...