Learning Git
Important steps for git workflow:
- Initialize repostiroy 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