Frequently what I do is
1) Create a repository on github
2) In my gitbash, I do git remote add origin <url>
3) Do my stuff to it, finally push
What I want to know is that, can I create a repository on github directly from git bash? I don't want to first go on github, create it, and then go back to gitbash, remote it, and then mess with it. I want a way to do this directly from gitbash.
git create this repo on github
Something of that sort, is this possible?