Git: the minimum you need to know

Some of the basic and must-know commands about Git, an open source version control system designed to handle very large projects with speed and efficiency, but just as well suited for small personal repositories;* Basic Repository: commands are needed by people who have a repository — that is everybody, because every working tree of git is a repository.
* Individual Developer (Standalone): commands are essential for anybody who makes a commit, even for somebody who works alone. If you work with other people, you will need commands listed in the [Individual Developer (Participant)] section as well.
* Integrator: People who play the [Integrator] role need to learn some more commands in addition to the above.
* Repository Administration: commands are for system administrators who are responsible for the care and feeding of git repositories.

The oTeam at oCricket have been using Git at the individual level and SVN as the central repository and for few who do not wish to use Git.

Post a Comment

Your email is never published nor shared. Required fields are marked *