Initializing Git Repository
Learn how to initialize a “Git repository” in your project.
We'll cover the following
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
Get hands-on with 1400+ tech skills courses.