Process Flow - Creating a repository with git init
Open terminal
Navigate to folder
Run 'git init'
Git creates .git folder
Folder becomes a git repository
Ready to track files
This flow shows how running 'git init' in a folder creates a hidden .git directory, turning it into a git repository ready to track changes.