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
- example_file.txt