Created
September 12, 2011 19:51
-
-
Save johnrobertwilson/1212200 to your computer and use it in GitHub Desktop.
Remotes
This file contains 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
/Developer/D7: git clone [email protected]:bdglide/socialflow-drupal-module.git | |
Cloning into socialflow-drupal-module... | |
remote: Counting objects: 18, done. | |
remote: Compressing objects: 100% (14/14), done. | |
remote: Total 18 (delta 2), reused 18 (delta 2) | |
Receiving objects: 100% (18/18), done. | |
Resolving deltas: 100% (2/2), done. | |
/Developer/D7: ll | |
total 160 | |
drwxr-xr-x 10 jr admin 340 Sep 12 15:41 . | |
drwxr-xr-x 34 jr admin 1156 Aug 16 00:18 .. | |
-rw-r--r--@ 1 jr admin 39 Jul 29 00:18 ab | |
drwxr-xr-x 29 jr admin 986 May 26 10:45 docroot | |
-rw-r--r--@ 1 jr admin 231 Jul 29 08:07 helloworld.js | |
-rw-r--r--@ 1 jr staff 14043 Jul 22 22:45 node-js.jpg | |
-rw-r--r--@ 1 jr admin 52264 May 4 15:01 nodejs.pptx | |
-rw-r--r--@ 1 jr admin 157 Jul 29 00:45 nodejs_drush | |
drwxr-xr-x 3 jr admin 102 Jun 18 12:00 nodejsbuddylist | |
drwxr-xr-x 5 jr admin 170 Sep 12 15:41 socialflow-drupal-module | |
/Developer/D7: cd socialflow-drupal-module/ | |
/Developer/D7/socialflow-drupal-module: git branch -a | |
* master | |
remotes/origin/HEAD -> origin/master | |
remotes/origin/master | |
remotes/origin/socialflow-brian | |
/Developer/D7/socialflow-drupal-module: git remote -vorigin [email protected]:bdglide/socialflow-drupal-module.git (fetch) | |
origin [email protected]:bdglide/socialflow-drupal-module.git (push) | |
/Developer/D7/socialflow-drupal-module: git remote add upstream git://github.com/treehouseagency/socialflow-drupal-module.git | |
/Developer/D7/socialflow-drupal-module: git remote -vorigin [email protected]:bdglide/socialflow-drupal-module.git (fetch) | |
origin [email protected]:bdglide/socialflow-drupal-module.git (push) | |
upstream git://github.com/treehouseagency/socialflow-drupal-module.git (fetch) | |
upstream git://github.com/treehouseagency/socialflow-drupal-module.git (push) | |
/Developer/D7/socialflow-drupal-module: git pull upstream | |
fatal: The remote end hung up unexpectedly | |
/Developer/D7/socialflow-drupal-module: git pull upstream master | |
fatal: The remote end hung up unexpectedly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment