Thursday 4 January 2018

Git Detail & Cheat Sheet


Git is Distributed Version Control System (DVCS). Unlike CVS or Subversion (SVN) repositories, Git allows developers to create their own, personal copy of the team's repository, hosted alongside the main codebase. These copies are called forks and when work is complete on a fork, it's easy to bring changes back to the main codebase.


This cheat sheet summarizes commonly used Git command line instructions for quick reference.