• Easy Git!

    defunkt 3 Feb 2009

    eg is a nifty piece of work. Are you meeting resistance trying to move your coworkers or friends to Git? (“SVN is good enough.”) Know someone who would love to use GitHub but can’t seem to find the time to learn Git? eg is your answer.

    Start with the Easy Git for SVN Users chart.

    Then move to the eg cheat sheet:

    Committing works similar to SVN but tries to educate you on the idea of the staging area.

    $ eg commit
    Aborting: You have new unknown files present and it is not clear whether
    they should be committed.  Run 'eg help commit' for details.
    New unknown files:
      info.txt
    

    Install it:

    Download eg.

    It’s not Subversion, but it’s a step in the Git direction.

  • Comments

    bekkopen Wed Feb 04 02:50:58 -0800 2009

    Looks neat.

    In my experience, most of the people who are reluctant to switch from svn also have command line angst. They can only work with point-click tools. (Believe me, there are a lot of developers like that).

    happygiraffe Wed Feb 04 05:48:58 -0800 2009

    I concur — until we get tools that are as pointy-clicky as subclipse and tortoisesvn, there are many users who just won’t switch.

    defunkt Wed Feb 04 11:18:42 -0800 2009

    I don’t disagree with you guys, but people who don’t want to take the time to learn Git but are comfortable with SVN CLI do exist. This post was made for one of them :)

    Please log in to comment.