On 05/04/2012 12:41 PM, William Cohen wrote:
> git clone ssh://sourceware.org/git/dyninstfans.git dyninst
> pushd dyninst; git checkout wcohen/dyninst/spec; popd
> # used the --reference option below to speed up the creation
> git clone ssh://sourceware.org/git/dyninstfans.git packagers --reference ./dyninst
> pushd packagers; git checkout wcohen/packagers/spec; popd
FYI, git clone can take a '-b' option to specify the initial branch,
making this a little more direct than pushd/checkout/popd.
Also, people without sourceware accounts should also use git:// or
http:// urls, which are otherwise identical.
Josh
|