Learn Git

Git is a free and open source distributed version control system. It handles projects of all sizes quickly and efficiently, while providing support for rolling back changes when needed.

GitLab is built on top of (and with) Git, and provides you a Git-based, fully-integrated platform for software development. GitLab adds many powerful features on top of Git to enhance your workflow.

     
Get started Install Git Tutorial: Create your first commit
Clone a repository to your local machine Create a branch for your changes Add files to your branch
Stash changes for later Undo changes Tutorial: Update Git commit messages
Rebase to address merge conflicts Common Git commands Troubleshooting