Slide 2
Slide 2 text
Page
So, what is Git?
› Git is an application that provides Distributed Source Control.
› It provides features similar to TFS in that it allows us to version
control our code, tag these versions with metadata, stash,
branch, merge, and a bunch of other bits and bobs.
› The windows version is called msysgit
(https://msysgit.github.io/)
› Git can be used from either a command line interface (CLI), or
from a few GUI-driven applications, such as GitExtensions
(https://code.google.com/p/gitextensions/)
/ Copyright ©2014 by Readify Pty Ltd
2