A complete GIT commands and lession

-___-_ __--__- _-__ G IT a nd GI THU B -___-_ __--__- _-__ -___-_ __--__- _-__ Theory -___-_ __--__- _-__ GIT is a Distributed Version Control System. Distributed Version Control System :- ***Suppose 4 different people working on four different places with four different devices. ***After working , work of each person will be store in a local repository. ***Then work from local repository will by store to a remote repository. ***Advantage is : If remote repository is down , data can be store in local repository . GIT : Is a version control system which helps store and ,anage versions. Github : is a Remote repository which can be used as central repository. jekins : Continuous integration loop , automatically pull the code and test it and again push the code automatically. GIT is : 1.Distributed Compatible non-linear branching lightweight speed opensource reliable secure(sh1) economical (Under GPL's Lisence) There are two types of repository : 1.Central 2.Local -___-_ __--__- _-__ ...