Back to Developer Roadmap

git init

src/data/roadmaps/git-github/content/git-init@1iOkbO5juk2LO-WZHx_W6.md

4.0761 B
Original Source

git init

The git init command creates a new Git repository. It can be used to convert an existing, unversioned project to a Git repository or initialize a new, empty repository. Most other Git commands are not available outside of an initialized repository, so this is usually the first command you'll run in a new project.

Visit the following resources to learn more: