Hi, > Of course, as the page says, the most current version of this primer course > has been moved here: http://git-scm.com/course/svn.html Please use this > link instead.
A nice primer but it lacks context for our project and has nothing about all the options Git people are saying we need to use so as such may be a little misleading. It does have more about git pull (including -rebase) here: http://git-scm.com/docs/git-pull But states: "Note This is a potentially dangerous mode of operation. It rewrites history, which does not bode well when you published that history already. Do not use this option unless you have read git-rebase(1) carefully." Again do we think it wise to encourage "git pull -rebase" by non expert git users? Justin