I'm studying managing git system, but actually need a set of instructions, how exactly could i add a repository to my github account (through terminal)? That may sound obvious for many of you, but I'm struggling in attempts to figure that out by my own.
What I want to do is:
- login to github (via terminal, enter my account details)
- create a repo (in my git account folder)
- push files from my local repository to that newly created repository (upload existing projects in it)
Any help would be appreciated.