Skip to content

Instantly share code, notes, and snippets.

@jpemberthy
Created March 4, 2009 01:13
Show Gist options
  • Save jpemberthy/73649 to your computer and use it in GitHub Desktop.
Save jpemberthy/73649 to your computer and use it in GitHub Desktop.
Balian:tests jpemberthy$ git clone git@github.com:sergiob/21standwonder.git
Initialize 21standwonder/.git
Initialized empty Git repository in /Users/jpemberthy/projects/rails_projects/tests/21standwonder/.git/
remote: Counting objects: 259, done.
remote: Compressing objects: 100% (253/253), done.
remote: Total 259 (delta 119), reused 0 (delta 0)
Receiving objects: 100% (259/259), 5.08 MiB | 99 KiB/s, done.
Resolving deltas: 100% (119/119), done.
Balian:tests jpemberthy$ cd 21standwonder/
Balian:21standwonder jpemberthy$ ls
README app config log script
Rakefile assets doc public test
Balian:21standwonder jpemberthy$ git remote add jp git@github.com:jpemberthy/21standwonder.git
Balian:21standwonder jpemberthy$ git fetch jp
remote: Counting objects: 235, done.
remote: Compressing objects: 100% (97/97), done.
remote: Total 221 (delta 144), reused 133 (delta 92)
Receiving objects: 100% (221/221), 740.57 KiB | 132 KiB/s, done.
Resolving deltas: 100% (144/144), completed with 9 local objects.
From git@github.com:jpemberthy/21standwonder
* [new branch] master -> jp/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment