KEMBAR78
Dev Ops | PDF
0% found this document useful (0 votes)
25 views1 page

Dev Ops

The document outlines the use of Git as a version control system, highlighting its features such as being distributed, lightweight, and secure. It also mentions the importance of proper documentation and storage of version snapshots, as well as the role of GitHub in sharing data. Additionally, it briefly lists other version control tools like Subversion and CVS.

Uploaded by

dulaln684
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views1 page

Dev Ops

The document outlines the use of Git as a version control system, highlighting its features such as being distributed, lightweight, and secure. It also mentions the importance of proper documentation and storage of version snapshots, as well as the role of GitHub in sharing data. Additionally, it briefly lists other version control tools like Subversion and CVS.

Uploaded by

dulaln684
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Code->git

Build->Maven

Jenkins->Test the build software.

Version Control System:-

Snapshot of all versions are properly documented and stored.

Versions are also named accurately.

Central Server System, even if crashes, a local copy of file will be in many developers machine.

Analysis of project can be done using VCS eg: the last time file was changed, when was it changed etc.

VCS Tools:-git,SUBVERSION(Apache),CVS(Concurence Version System){No copy maintain in Local


host},mercurial

GIT & GITHUB:-

Git is a version control tool.

GitHub:-It’s an organization which enables you to share data.

Git is a distributed version control tool that supports non-linear workflow also provides quality and
assurance of a software.

Features of GIT:

Distributed,Compitable,Non-linear,Branching,Lightweight,Speed,Open
Source,Reliable,Secure,Economical,

You might also like