Thursday 30 May 2013

GIT Tutorial for Beginners

GIT Version Control

A version control system allows you to track the history of a collection of files and includes the functionality to revert the collection of files to another version. Each version captures a snapshot of the file system at a certain point in time. The collection of files is usually source code for a programming language but a typical version control system can put any type of file under version control.
The collection of files and their complete history are stored in a repository.

The process of creating different versions (snapshots) in the repository is depicted in the following graphic. Please note that this picture fits primarily to Git, another version control systems like CVS don't create snapshots but store file deltas.

3 comments:

  1. hi Mr venkatesh.I am trying to get the job in BUILD AND RELEASE ENGINEER.So please provide the some suggitions .

    ReplyDelete
  2. hi venkatesh,i would like to be build engineer,so please can u guide me to learn version control tool like GIT Tool..can u provide me materials supporting to this please?
    mail: yashwanthus47@gmail.com

    ReplyDelete
  3. Hi venkatesh,i would like to be build engineer,so please can u guide me to learn version control tool like GIT Tool..can u provide me materials supporting to this please?
    mail: ramanaiahk@gmail.com

    ReplyDelete

Tricks and Tips