I had used svn before but could never warm myself to it because (at least on the command line) svn was never as easy to use as I had expected. Not once did I get the impression that I had benefitted from using svn.

So when by chance I listened to Randall Schwartz git talk I "fell in love" with git. This might be because Randall is just a good salesman or maybe because git is really that good.

Since then I have tested and played with git and read a lot of man pages and other documentation about it and I found that
1) I still love it and svn isn't in the same league really
2) in many ways git is easier than svn and if a beginner reads the tutorials first instead of getting lost in plumbing man pages he might come to the same conclusion. I have a much deeper understanding of git than I ever had with svn
3) I would probably like hg or bazaar too, but git already nailed the coffin for me. At the moment I see no reason to look further.


In reply to Re: Git vs Hg or GitHub vs Bitbucket for Perl projects by jethro
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.