Skip to content

Instantly share code, notes, and snippets.

@brunobord
Created February 4, 2013 21:23
Show Gist options
  • Save brunobord/4709837 to your computer and use it in GitHub Desktop.
Save brunobord/4709837 to your computer and use it in GitHub Desktop.
$ git init Stardrifter-gh-pages
$ cd Stardrifter-gh-pages
$ git remote add origin git@github.com:brunobord/stardrifter.git
$ git fetch git@github.com:brunobord/stardrifter.git gh-pages:refs/remotes/origin/gh-pages
$ git pull
$ git checkout gh-pages
@brunobord
Copy link
Author

il paraît que :

git clone --branch gh-pages git@github.com:brunobord/stardrifter.git Stardrifter-gh-pages

ça marche

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment