Developer Field Notes is a personal reference site containing Git commands, workflow habits, and safety reminders that I can use throughout bootcamp.
The GitHub Pages URL will be added after deployment.
- Explanation of the difference between Git and GitHub
- Daily Git workflow reference
- Git command reference
- Repository safety reminders
- Responsive static-page design
I learned that Git and GitHub are related but different. Git manages version history locally, while GitHub hosts Git repositories remotely and provides collaboration features such as issues and pull requests.
The output from git log, the branch graph, and the branch list will be added
after the feature branches have been completed.