On Mon, Apr 27, 2009 at 3:38 PM, Wes Wannemacher <w...@wantii.com> wrote:
> After reading up on Git a bit and noticing right away that there are no more
> hidden '.svn' directories, I'm sold. :)
>
> (I'm an easy sell)

Yeah, for me, it was a lot of little things too:
* no .svn directories means easy searching and quick tab-completion
when nagivating directories
* git commands can be color-enhanced
* git-log automatically pipes to less (or equiv)
* git-blame is instant, which is nice for us devs in Sydney
* git-rebase -i gives the ability to "squash" commits...so useful for
cleaning up a lot of little commits for the push to the main server
* git-stash puts your current changes on a shelf for when you need to
quickly do something else

I could go on...

Don
>
> -Wes
>
> --
>
> Wes Wannemacher
> Author - Struts 2 In Practice
> Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more
> http://www.manning.com/wannemacher
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
> For additional commands, e-mail: dev-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to