Github has their own CLI tool which enables you to interact with Github through the command line.
I often start new repositories and started using the following command to quickly create a accompanying, private repo on Github:
gh repo create <name> --private --source=. --remote=origin