Skip to content

Instantly share code, notes, and snippets.

@progval
Created June 28, 2011 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save progval/1052100 to your computer and use it in GitHub Desktop.
Save progval/1052100 to your computer and use it in GitHub Desktop.
clone Limnoria
ProgVal@main tmp $ git clone git://github.com/ProgVal/Limnoria.gitCloning into Limnoria...
remote: Counting objects: 38576, done.
remote: Compressing objects: 100% (8970/8970), done.
remote: Total 38576 (delta 29455), reused 38576 (delta 29455)
Receiving objects: 100% (38576/38576), 6.51 MiB | 3.51 MiB/s, done.
Resolving deltas: 100% (29455/29455), done.
ProgVal@main tmp $ cd Limnoria/
ProgVal@main Limnoria $ ls
ACKS docs LICENSE plugins RELNOTES scripts src
ChangeLog INSTALL locale README sandbox setup.py test
ProgVal@main Limnoria $ git checkout testing
Branch testing set up to track remote branch testing from origin.
Switched to a new branch 'testing'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment