Working with repositories and commits
Another focus is on the differences between local and remote repositories. Participants will learn how to create and manage local repositories and how to interact with remote repositories to push and pull changes.
The course also covers cloning and initializing repositories. Participants will learn how to clone existing repositories to collaborate on an existing project and how to initialize new repositories to start their own projects.
Finally, creating commits and writing commit messages will be covered. Participants will learn how to commit changes to their code and write meaningful commit messages to document the progress of changes in a traceable way.