Hi Techies,
Here i am gonna to present you a written documentation on how to use GIT..
Before going to start about it first of all i just wanna to tell you guys that what a git is and when do we need it actually.
Git is a distributed version control system which means many people can work on this system simultaneously with out having to dependent on the others changes.Let us assume that suppose if 10 guys are working on a project from 10 different places at that point in time this system allows them to work independently with out having to depend on the rest they can make their changes irrespective of the others so it will allow the people to work parallely to produce the faster outcome in a very less span of time even though it gives the ability to work independently from others its have its downsides too.If more than one person woks on the same file for the same modification then there may be a scope of conflict,in that case one has to resolve them manually and need to tell the git about the changes.
Advantages:
In git almost every operation is local,why did i mention almost in the sentence is most of the operation what we do on a git hub are local except a few like push,pull,etc.
Offline working, as i have already mentioned every operation is local so it doesn't require any network connection.
Entire code base at one place with the history changes has been made to it and entire revision capabilities to the each and every individual
Can track to the historical points in time based on the features like branch,commit and tags will explain these thing in furthure.
No comments:
Post a Comment