On 14102 March 1977, Justin B. Rye wrote: > Okay, now things seem to be working well enough that git is telling me > the HowToContribute procedure is wrong and there's no such thing as > "git update --rebase".
That sounds like someone wanted to write "git pull --rebase" which is a setting which is rather useful for a lot of repositories, so you can also use "git config pull.rebase true" inside the cloned repository to make it the default there. -- bye, Joerg

