Important steps for git workflow
- Initialize repository with git init
- Create changes to project file
- Check status with those files of git status
- Stage changes for commit
- Commit changes to version history
- Review previous changes with git log
- example_file.txt
Hello World I LOVE using git!
Adding a few more lines for test purposes.. to learn how to git pull