Recommend to remove unused `origin` in a shared repository.
authorJunio C Hamano <junkio@cox.net>
Sun, 22 Jan 2006 21:32:45 +0000 (13:32 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 23 Jan 2006 06:05:54 +0000 (22:05 -0800)
commit76b927f19f207b3f71b1c675bd75680aaedcb001
tree7603fb5b432367c27c1a98caaada93eb7bfae8ba
parent927a503cd07718ea0f700052043f383253904a56
Recommend to remove unused `origin` in a shared repository.

It is a common mistake to leave an unsed `origin` branch behind
if a shared public repository was created by first cloning from
somewhere else.  Subsequent `git push` into it with the default
"push all the matching ref" would push the `origin` branch from
the developer repository uselessly.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/core-tutorial.txt