CSC/ECE 517 Fall 2014/ch1a 16 va: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 7: Line 7:


=== Why Git? ===
=== Why Git? ===
== Characteristics of Git ==

Revision as of 22:40, 19 September 2014

Introduction

What is Git?

Git (/ɡɪt/) is a distributed revision control and source code management (SCM) system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows. Git was initially designed and developed by Linus Torvalds for Linux kernel development in 2005, and has since become the most widely adopted version control system for software development.

Why Distributed Version Control System?

Why Git?

Characteristics of Git