Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Git introduction

Introduction

Git is an open-source, version control tool created in 2005 by developers working on the Linux operating system. GitHub is a company founded in 2008 that makes tools which integrate with git. There are other alternatives to Github, such as GitLab or BitBucket for instance.

This tutorial will give information about how to use git, and some tools offered by Github (Pull Requests, Github Actions).

  • Glossary with common git commands: link
  • Excellent and complete tutorial: link