Initializing Git Repository
Learn how to initialize a “Git repository” in your project.
To initialize a Git repository, run git init
from within the root folder of the source that you want to manage.
1 mkdir lgthw_git_basics
2 cd lgthw_git_basics
3 git init
Access this course and 1400+ top-rated courses and projects.