Hi: On Fri, Jun 6, 2008 at 10:55 PM, Shak <[EMAIL PROTECTED]> wrote: > > I'm about to start a personal project (non-distibuted for now, single user)
Try out the "Git for Everyone" tutorial at the official git homepage. http://git.or.cz/course/ The first steps are local and offline. You also probably should read "Everyday GIT with 20 Commands Or So" especially the section about the "Individual Developer (standalone)". Also you should try gitk, to visually see the changes you are making to your repository. Finally, I recommend reading "Git from the bottom up" after you get a hang of the simple commands. Best regards, Clifford Caoile
