+1 from me on a basics list (from Justin's email earlier in this thread). I've been watching and reading these threads as carefully as possible. I'm working with Alex on FlexJS and my git experience is minimal. I've found conflicting "best practices" in git information, so it would be good to have a definitive reference for our Apache Flex project. I've downloaded Sourcetree and I'll see how I like that. So far it seems fine with the flex-sdk changes it detected.
I'll also try to be more present on these lists and add my opinion. I think we're headed in the right direction, but I do see conflicting git information, esp about merge and rebasing, but we'll sort it out. Let's all just have patience if someone gets it wrong and help them out. Peter Ent Adobe Systems On 3/20/13 1:20 PM, "Gordon Smith" <gosm...@adobe.com> wrote: >> "git checkout" is not the same as "svn revert" > >If you have edited a file then doing > > git checkout <file> > >restores its contents to those in the repo. So isn't that a "revert"? > >- Gordon > >-----Original Message----- >From: Justin Mclean [mailto:jus...@classsoftware.com] >Sent: Tuesday, March 19, 2013 8:59 PM >To: dev@flex.apache.org >Subject: Re: Git basics for SVN users > >Hi, > >> Here is an excellent primer comparing the commands available in Git >> for their equivalent SVN functionalities. >> >> http://git.or.cz/course/svn.html > >Just a warning what it has under revert is incorrect! "git checkout" is >not the same as "svn revert". > >Justin > >