Re: [git-users] git-svn clone svn repo

2015-04-15 Thread King Jin
branches = branches/*:refs/heads/* branches = testServer:refs/heads/testServer branches = stage:refs/heads/stage shelves = shelves/*:refs/shelves/* On Friday, April 10, 2015 at 11:47:57 PM UTC+8, King Jin wrote: I tried the subgit after reading through the document on the site

Re: [git-users] Digest for git-users@googlegroups.com - 4 Messages in 1 Topic

2012-12-10 Thread King Jin
git submodule might be the one you are looking for. $git clone git://github.com/lei/B.git B $cd B $git submodule add git://github.com/lei/A.git kvm $git submodule update anyone else cloned your repo B, just run `git submodule update` (exclude `) will get the commit history of repo A by changing