Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 740 Bytes

File metadata and controls

15 lines (12 loc) · 740 Bytes
sidebar_position 1
title Git Introduction
description A brief introduction to Git.
tags
Git
Version Control
Software Development
keywords
Git
Version Control
Software Development
slug /git

Git is a distributed version control system that is used to track changes in source code during software development. It is designed to coordinate work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows.

What's next?