- example-file.txt Hello world, I love using git!
- changes to pull
- another change for pulling
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
- View previous changes with git log
Another change for luck!