Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære What Is Git? | Introduktion til Git
Git Essentials

What Is Git?

Stryg for at vise menuen

You are already familiar with Version Control Systems, so now explore the most popular VCS used by millions of developers — Git.

History of Git

Git is a VCS created in 2005 by Linus Torvalds who is also the creator and lead developer of the Linux kernel. He decided to write it during the development of the Linux kernel to allow developers to efficiently manage the workflow and collaborate despite being in different locations, since none of the version control systems available at that time could satisfy his requirements.

Why Git?

Explore the reasons why Git is so popular.

Git features

Installation

Installing Git can be a bit tricky, but you can follow this step-by-step guide to Git installation.

You can also visit the official Git website for documentation, installation files, and additional resources: git-scm.com.

  • Git is free and open source and can be easily installed on Windows, macOS, Linux and all Unix-based platforms;
OS for Git
  • Git has a distributed architecture which means that it isn't centralized around a single server. In fact, every person contributing to a repository has a full copy of the repository on their own machine;
  • Git can work as a standalone program, as a server and as a client, since it does not depend on a centralized server. It is up to you how to use it: for instance, you may want to host a repository and use Git as a server or access a certain repository from another machine as a client. Well, you can even use it only on a single machine without having a network connection;
Git Server
  • Due to having local repositories, all the changes and other related operations in Git are really fast and efficient;
Speed
  • Git allows you to either track your own private work or host a code on public servers such as Github and Gitlab to share it with others. You can even have a hosted private repository with only a few people having access to it.
Most popular servers for hosting code
question mark

Which statement about Git is accurate?

Vælg det korrekte svar

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 1. Kapitel 2

Spørg AI

expand

Spørg AI

ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

Sektion 1. Kapitel 2
some-alt