Skip to content

Instantly share code, notes, and snippets.

@chrislloyd
Created November 8, 2008 05:09
Show Gist options
  • Save chrislloyd/23029 to your computer and use it in GitHub Desktop.
Save chrislloyd/23029 to your computer and use it in GitHub Desktop.
git fetch origin issues:issues # Pull data from remote server
git clone -l -s -n . issues # Create a new linked repo
cd issues
git fetch origin issues:issues # Pull the issues branch to that new repo
git checkout issues # Unpack the issues branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment