What I'm Learning
- Repositories
- Commits
- Branches
- Push and pull
- GitHub and deployment workflows
What I Can Do
- Create a GitHub repository
- Commit changes with a clear message
- Push local code to GitHub
Git keeps a history of a project. GitHub makes that history easy to share and can connect the project to services that publish it online.
The first practical goal is a complete workflow: make a change, save it with Git, push it to GitHub, and see it appear on the live website.
Connected work
Related journal
Put into practice