Hello world, I love using Git and GitHub!
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.txt
Making changes for the remote, let's bring them down to the local. One more change for luck.