author | Junio C Hamano <junkio@cox.net> | |
Sun, 22 Jan 2006 21:32:45 +0000 (13:32 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 23 Jan 2006 06:05:54 +0000 (22:05 -0800) | ||
commit | 76b927f19f207b3f71b1c675bd75680aaedcb001 | |
tree | 7603fb5b432367c27c1a98caaada93eb7bfae8ba | tree | snapshot |
parent | 927a503cd07718ea0f700052043f383253904a56 | commit | diff |
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>
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 | diff | blob | history |