I found the Git documentation at http://git-scm.com/documentation to be sufficient. The end-user concepts in Git are the same as those in CVS and SVN, except that it is distributed. I started off using Git-SVN so that I could use the low cost branching while pushing my changes to a remote SVN repository. What I needed to learn more about was how to use Git branches and merges more efficiently. That is where the documentation really helped. Progressing from command-line CVS to TortoiseSVN and then to TortoiseGit really helped me appreciate how easy and efficient Git is.
Have you read the Git documentation above? If so, did it help? Regards, David -----Original Message----- From: Bruce Cran Sent: Wednesday, April 3, 2013 10:02 To: Windows Installer XML toolset developer mailing list Subject: Re: [WiX-devs] WiX 3.8 Bundle Broken On 03/04/2013 15:57, David G. van Hoose wrote: > Hello Bruce, > > I would recommend using TortoiseGit > (http://code.google.com/p/tortoisegit/), > as it is very intuitive and simple to use. It makes Git feel like a single > application. It does not have Visual Studio integration, but does have > Explorer shell integration. I've been using TortoiseGit and SourceTree, but I think you need to know quite a bit about Git before even those tools make sense - things like pull/fetch/rebase/merge/tracking branches, the fact that git 'head' isn't the same as cvs/svn head etc. -- Bruce Cran ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
