Learning the CLI for the basics first is really useful for understanding how git works.
If you are on a mac and want a full featured gui, I recommend Source Tree. It seems to have the best usability and features.
Chris
This message was typed on a mobile device. Please excuse any errors.
On 19/02/2011 10:16 AM, "Victor Kane" <victorkane@gmail.com> wrote:
To feel comfortable with Git, make this book your bible:Chapter 2 starts getting you used to your everyday workings, and particularly explains the cool "staging" concept (I wanna commit just a bit, then another bit...) which is one of the things that makes Git shine, apart from the fact that it is distributed.Check out the beautiful "file status lifecycle" diagram at:Read (and re-read, I often forget a whole bunch of stuff and conveniences) and you will start feeling comfy with Git in no time.Victor Kanehttp://drupal.org/project/pft
On Fri, Feb 18, 2011 at 7:20 PM, davi "presto" vidal <presto.dk@gmail.com> wrote:
>
> On Fri, Feb ...