Create a new repository on GitHub using git.

Melanee Group
Apr 17, 2021
Create a new repository on GitHub using git.

In this story, I am going to show you how can you create a new repository on GitHub using git:

  1. Install git.
  2. Click right on your folder that you want to push in GitHub and choose Git Bash Here.
  3. git init
  4. git config — global user.name ‘Your Name’
  5. git config — global user.email ‘Your Email’
  6. Go to your GitHub account and create a new repository.
  7. Now you can see some commands on GitHub that you must do step by step.
How can I push my codes on github with git?
create new repository on GitHub

If you find this article helpful please follow our Medium account and share this page with your friends to improve the SEO of our article.

Writer: Melanee

Contact me (Melanee): https://github.com/Melanee-Melanee

--

--