author | Junio C Hamano <junkio@cox.net> | |
Sat, 16 Dec 2006 09:53:10 +0000 (01:53 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 16 Dec 2006 21:01:41 +0000 (13:01 -0800) | ||
commit | 63085fabbdeaad9eb8b29d39d0998c704e6cd232 | |
tree | de4384abce045c193682e3475854857cc1209f0a | tree | snapshot |
parent | 3dd3d5b0e20a74a82a7e684d63d9af86a983fbf6 | commit | diff |
git-clone: lose the traditional 'no-separate-remote' layout
Finally.
The separate-remote layout is so much more organized than
traditional and easier to work with especially when you need to
deal with remote repositories with multiple branches and/or you
need to deal with more than one remote repositories, and using
traditional layout for new repositories simply does not make
much sense.
Internally we still have code for 1:1 mappings to create a bare
clone; that is a good thing and will not go away.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Finally.
The separate-remote layout is so much more organized than
traditional and easier to work with especially when you need to
deal with remote repositories with multiple branches and/or you
need to deal with more than one remote repositories, and using
traditional layout for new repositories simply does not make
much sense.
Internally we still have code for 1:1 mappings to create a bare
clone; that is a good thing and will not go away.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-clone.txt | diff | blob | history | |
git-clone.sh | diff | blob | history |