"Push" Repository To GitHub Repository

In order to "push" the project to external repository, we'll use GitHub
GitHub is a free OpenSource Largest Git repository

1. Create account in GitHub

Thats it , you have a free account in GitHub
Back to the top of the page

2. Create a repository in GitHub

this will take you to the new repository page
you will see the Quick Setup section with the url of the git file
Copy the url to your clipboard
in this stage you may minimize/close the web-page
Back to the top of the page

3. Connect your project from VScode to GitHub

when it comes to connection between local Git and GitHub, there are to ways to start working:

GitHub ====> Local Repo

To download the Repo just created in GitHub to the computer
In the url, paste the url you copied to the clipboard from GitHub new repository
This will create a new folder in the local computer with the same name of the repo.

Local Computer ====> Repo

Back in VScode, open the project you want to send to GitHub
Back to the top of the page
back to main page