Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 433 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 433 Bytes

CREPO (Create-Repository)

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.

Some Important things

  • Run this script from your local repo for connecting remote repo with local repo
  • Suggestions and ideas are greatly accepted...