Important steps for Git workflow:
- Initialize repository with git init
- Create changes to project files
- Check status of those files with git status
- Stage changes for commit
- Commit changes to version history
- Review previous changes with git log
Table of Contents
- example_file.txt
test line to test password caching