+8 8 0
Published 8 years ago by jarekb84 with 4 Comments

Join the Discussion

  • Auto Tier
  • All
  • 1
  • 2
  • 3
Post Comment
  • redalastor
    +3

    The big difference I found about the learning curve with things like SVN is that they are based on a complex black box you don't have to learn. You simply learn the commands. With git, you do have to get the internals, but they are really simple.

    • jmcs
      +1

      I wouldn't say you need to know the internals, for simple workflows you can also use it as a blackbox, but as with most technologies you will 100 times more efficient if you dare to look a bit under the hood.

      • redalastor (edited 8 years ago)
        +2

        You need to understand blobs, trees, commits, tags, the DAG, and the staging area.

        Everything else is a simple manipulation of those things.

        • jmcs (edited 8 years ago)
          +1

          I know people that just press a button that does commit and push and other to do pull on their IDE. Of course this is the equivalent of pulling your car instead of driving it, but some people try to learn as little as possible about everything, and some of them even think that's something to be proud of.

Here are some other snaps you may like...