Skip to content

Summary

Congratulations for completing these basic Git version control exercises!

In the exercises, you've learned how to do the following:

  • Init and clone a repository
  • Add and commit a change
  • Seeing the difference and repository status between changes
  • Branching out and merging in
  • Switching between brances
  • Push and pull a change to a remote repository

And through a quick glance, you saw some GitLab features such as Merge Requests and the CI/CD pipeline.

Git has lots of bells and whistles, but through these basics you are already able to contribute to the repositories of various projects.

Additional resources

If you wish to learn more about Git, check out these resources: