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)
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>
No differences found