Process Flow - git add for staging files
Modify or create files
Run 'git add <file>'
File moves to staging area
Run 'git commit'
Changes saved in repository
This flow shows how files move from being changed in your folder to being staged with 'git add', then committed to the repository.