git in non-distributed, independent, lone programming ...best practice(s) ?

Posted by explorest on Programmers See other posts from Programmers or by explorest
Published on 2011-02-09T20:43:33Z Indexed on 2011/02/09 23:34 UTC
Read the original article Hit count: 278

I am currently studying the git documentation to get a hang of distributed version control workflow and use of git command line. I want to first start using git with small, personal, pet projects so to gain experience before doing it on large scale (i.e., bigger projects, team dev).

What areas of the git system should I, as a lone player, devote most of my study time to... what parts should I leave for the larger scale work later on. In other words what features of the git system will fully be grasped in team work only, and therefore should not be too involved with at an individual level?

© Programmers or respective owner

Related posts about version-control

Related posts about personal-projects