Git Beginner to Intermediate Course
About Lesson

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 commit the changes as well as
adding the readme and git ignore files you can push your codes to the remote
repository of Github with the link given in the guidelines of the repository.

Join the conversation