Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 794 Bytes

1-GIT-INTRO.md

File metadata and controls

25 lines (19 loc) · 794 Bytes

Git Intro

What is Git?

Git is an open source distributed Version Control System (VCS) that tracks changes in files. Often used in teams to coordinate work and efficiently develop code in the same project.

Resources:

Add SSH Key

What is GitHub?

Github is a hosting service for git, which also adds a custom frontend and other advanced features. git != github.

Git Alternatives

When learning about a new technology, it's nice to know the alternatives.

Alternative Information
Subversion If you used TortoiseSVN you have used Subversion
Mercurial BitBucket/SourceForge/GNU Octave used this
Bazaar Maintained by Canonical
RTC Rational Team Concert - Made by IBM