Easy Git -- git for mere mortals

What is Easy Git (eg)?

In short, Easy GIT is a wrapper for git, designed to make git easy to learn and use. (If you are not familiar with what git is, this page will make no sense to you.) In more detail:

Existing Git users

You can try eg by simply replacing 'git' with 'eg' in your commands. While you won't find much new (other than some new documentation when you run 'eg help'), you may find the statistics from 'eg info' kind of cute.

Those curious about the precise differences between eg and git and the rationale for these changes, can read my verbose explanations.

Download/Install

Three easy steps:

If you aren't one of those "shoot first and ask questions later" types, just fire off an 'eg help' to get oriented. You may also find the (easy) git for svn users page helpful.

Development

You can follow development of eg by cloning a copy. Use either

git clone http://www.gnome.org/~newren/eg/eg.git
or
eg clone http://www.gnome.org/~newren/eg/eg.git

Other similar projects