For the complete documentation index, see llms.txt. This page is also available as Markdown.

git init

'git init' will make the current directory/folder to git repo, which means you can link the current folder to a remote git hosting provider like GitHub.com, GitLab.com , BitBucket etc.

// Run this command inside the folder
git init

Last updated