I was a git skeptic for very long, because I couldn't understand what the heck it is doing, or how I could do stuff with it.

Then rakudo switched to git, and I was forced to learn it to some extent. Now I'm sold to it, because it does all the offline working that I need, local branching, diffs and blame annotations in no time (that SVN would only give me with internet access and a minute of waiting), rebase etc.

I do see that it's rather confusing at first, and not very easy to learn.

I have not experimented with Mercurial or any other distributed version control system (except a bit playing with darcs and svk, both which didn't really appeal to me at that time) so I can't really comment on them, but I'm pretty sure that distributed version control systems are the way to go - which one exactly is really up to personal preference.


In reply to Re: Git vs Hg or GitHub vs Bitbucket for Perl projects by moritz
in thread Git vs Hg or GitHub vs Bitbucket for Perl projects by Burak

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.