Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. hhenning@ubuntu:~/www$ git remote rename origin liip
  2. hhenning@ubuntu:~/www$ git remote add origin git@git.educa.ch:drupal/educa-6
  3. hhenning@ubuntu:~/www$ git remote add upstream git://git.catalyst.net.nz/drupal.git
  4. hhenning@ubuntu:~/www$ git push origin educa-drupal-6
  5. Initialized empty Git repository in /srv/git/repositories/drupal/educa-6.git/
  6. Counting objects: 66466, done.
  7. Delta compression using up to 2 threads.
  8. Compressing objects: 100% (19158/19158), done.
  9. Writing objects: 100% (66466/66466), 19.03 MiB | 232 KiB/s, done.
  10. Total 66466 (delta 43200), reused 61012 (delta 40436)
  11. To git@git.educa.ch:drupal/educa-6
  12.  * [new branch]      educa-drupal-6 -> educa-drupal-6
  13. hhenning@ubuntu:~/www$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement