#6 How to Create a Git Repository (Git and GitHub Tutorials from Scratch)

#6 How to Create a Git Repository (Git and GitHub Tutorials from Scratch)

Creating Git repositories

Welcome to another part of the git tutorials. In this part, you will learn how to
create a repository in github. To do so, you can initialize a git repository
in your project folder and then after adding and commiting the changes as well as
adding the readme and gitignore files you can push your codes to the remote
repository of github with the link given in the guidelines of the repository.

Watch The Video on Youtube