Apply your knowledge by building a project

If you're just starting
  • Remo

    • Best rating
    • Best to start
    • Fastest to complete

    Remote is a git repository to store and exchange changes. It is a store that allows you to work from different places. In this project, you will examine basic git commands and how to work with a remote.

  • Tagger

    Git tagging allows you to mark what's essential in your project's history. These tags act like permanent markers, making it easier to reference important versions or milestones of your code. Tags are typically used to mark releases or significant points in your project's development. Unlike branches, tags do not change or move when you make new changes, which means you can always find and use them whenever you need to. Your task for this project is to create tags to mark important moments.