I recommend using plain git commands when first learning it, and start using extra tools only after that
Sent from my Windows Phone ------------------------------ From: HaveF Sent: 10/19/2012 16:20 To: [email protected] Subject: Re: Time to consider shifting to Mercurial again? On Fri, Oct 19, 2012 at 8:38 PM, Ville M. Vainio <[email protected]> wrote: > On Fri, Oct 19, 2012 at 3:06 PM, Edward K. Ream <[email protected]> > wrote: > > >> Linux development is a world of its own, and git is not inherently > >> more dangerous in experienced hands. It's just that it's somewhat more > difficult to become skilled in git than it is to become skilled in > >> mercurial, and beginners can really screw repositories up with git > >> (e.g. by using rebase to squash revisions and force pushing the repo) > > > > Then let's not do that :-) > > > > Git seems to have the edge in coolness/buzz. Do you have a strong > > preference between git and hg? > > I have no strong preference either way. As long as people are willing > to accept that git is going to have more of a learning curve, it's a > good choice (one of the reasons being that it's used for pretty much > everything these days). > I agree about the things about learning curve. And git seems too flexible... But If you really want to use git, I strongly suggest to use git-flow to simplify your work flow. http://nvie.com/posts/a-successful-git-branching-model/ http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/ By now, git-flow avh version(A fork of git-flow) seems a reasonable choice. https://github.com/petervanderdoes/gitflow > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/leo-editor?hl=en. > > -- -- Sincerely, HaveF -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
