On Thu, Nov 22, 2012 at 12:46 PM, Erik de Bruin <e...@ixsoftware.nl> wrote: > ...I have a feeling I need to do a bunch more > steps on Git, than I need to do in SVN. As far as I understand, I need > to stage, commit and "pull request" in Git, while in SVN a commit is > enough...
As someone who's working with both, I think it's not that bad - as usual, you need to understand the basic principles of each system, which are quite different, and adapt your workflow to that. I've found the first few chapters of http://git-scm.com/book useful. -Bertrand