Abdelrazak Younes wrote: > For the casual patch contributor who wants to work as if it was svn, it is > very simple: > > Formerly it was: > initially: svn checkout > periodically: svn up > to view diff: svn diff > to revert local changes: svn revert > > Now it will be: > initially: git clone > periodically: git pull > to view diff: git diff > to revert local changes: git checkout > > Not really more complicated isn't it?
depends how crazy business with the branches do you intend to have. if want to copy svn workflow then its no difference of course ;) pavel