1
Save it, guys. I’m having a doubt that I’m not finding the answer or I’m not knowing how to look.
Next, I just got into this programming universe and I’m learning git. But I came across a "weakness" that I felt should exist a more direct way.
The problem is:
Is it possible to create a repository on github via my machine terminal? (I’m not sure if these terms I’m using are correct, but I believe you’ll be able to understand what I mean)
Let me clarify the circumstances:
Every time I need to upload a local repository to the remote, I have to go there on github, create the repository and only then give the procedure of the commands "git remote add https://github.com/euArteon/test.git" etc..
What I want to know is, is there a git command that avoids this need to go on the site and create the repository? In other words, there is a command to create a remote repository through my machine’s terminal, rather than having to go there on the github website?
I searched on, but I could not find this information, maybe because I am not able to search. Actually, I don’t even know if it is possible to do this "link".
Thanks for your attention.
High quality answer! Thank you very much! I still don’t know how the use of api’s works, I think it’s best to keep learning the basics at first, but your instructions are very valuable and will help me a lot the moment I’m learning about. Thank you so much again!!
– Arteon