Created
March 4, 2009 01:13
-
-
Save jpemberthy/73649 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Balian:tests jpemberthy$ git clone [email protected]: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 [email protected]: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 [email protected]: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