CSC/ECE 517 Fall 2014/ch1a F1415 rv

From Expertiza_Wiki
Revision as of 22:44, 19 September 2014 by Rroshan (talk | contribs) (Created page with "== Introduction == === What is Git? === [http://git-scm.com/ Git] (/ɡɪt/) is a distributed revision control and source code management ([https://en.wikipedia.org/wiki/Revision...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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