This is a mirror of official site: http://jasper-net.blogspot.com/

A Guide to GIT using spatial analogies

| Sunday, December 19, 2010
Some developers find Git takes a little getting used to, claiming that it is conceptually convoluted compared to other distributed version control systems. I used to number myself amongst them.

Happily, I’ve found that a couple of simple spatial analogies have made me proficient and fluent in using Git’s command-line interface.

One of the things that tripped me up as a novice user was the way Git handles branches. Unlike more primitive version control systems, git repositories are not linear, they already support branching, and are thus best visualised as trees in their own right.  Branches thus become trees of trees. To visualise this, it’s simplest to think of the state of your repository as a point in a high-dimensional ‘code-space’,  in which branches are represented as n-dimensional membranes, mapping the spatial loci of successive commits onto the projected manifold of each cloned repository.


Read more: Tartley.com

Posted via email from .NET Info

0 comments: