Skip to main content

Git

Git is a distributed version control system that tracks different versions of files and folders of a project, mainly used for collaboration.

Resources

  • Git Version Control via Command Line

    EN
    This article introduces the main concepts in Git and basic Git commands that can be used from the command line. Understanding these commands will help you with using Git in a code editor, the Git desktop and other options, like GitHub online.
  • Git: VS Code

    EN
    Getting access to the data on GitLab is different on all three operating systems. This post shows how to use the code editor VS Code with its graphical user interface for working collaboratively in Git with Windows, Mac and Linux.
  • Git Collaboration

    EN
    This short course will help learners understand how to work with Git in a collaborative setting such as teamwork or group projects, and how to make use of platforms like GitHub or GitLab to complete that work.