Advertisement
Guest User

Untitled

a guest
Dec 4th, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. [~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture]$ git clone git@github.com:nyc-copperheads-2016/sinatra-mvc-skeleton.git rbenv:2.2.3
  2. Cloning into 'sinatra-mvc-skeleton'...
  3. remote: Counting objects: 141, done.
  4. remote: Total 141 (delta 0), reused 0 (delta 0), pack-reused 141
  5. Receiving objects: 100% (141/141), 29.29 KiB | 0 bytes/s, done.
  6. Resolving deltas: 100% (50/50), done.
  7. Checking connectivity... done.
  8. [~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture]$ cd sinatra-mvc-skeleton rbenv:2.2.3
  9. [master][~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture/sinatra-mvc-skeleton]$ ls rbenv:2.2.3
  10. CHANGELOG.md Gemfile Gemfile.lock README.md Rakefile app/ config/ config.ru db/ public/ spec/
  11. [master][~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture/sinatra-mvc-skeleton]$ git remote -v rbenv:2.2.3
  12. origin git@github.com:nyc-copperheads-2016/sinatra-mvc-skeleton.git (fetch)
  13. origin git@github.com:nyc-copperheads-2016/sinatra-mvc-skeleton.git (push)
  14. [master][~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture/sinatra-mvc-skeleton]$ git remote remove origin rbenv:2.2.3
  15. [master][~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture/sinatra-mvc-skeleton]$ git remote -v rbenv:2.2.3
  16. [master][~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture/sinatra-mvc-skeleton]$ git remote add origin git@github.com:nyc-copperheads-2016/chris-example-skeleton.git
  17. [master][~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture/sinatra-mvc-skeleton]$ git push rbenv:2.2.3
  18. Counting objects: 141, done.
  19. Delta compression using up to 8 threads.
  20. Compressing objects: 100% (86/86), done.
  21. Writing objects: 100% (141/141), 29.29 KiB | 0 bytes/s, done.
  22. Total 141 (delta 50), reused 141 (delta 50)
  23. To git@github.com:nyc-copperheads-2016/chris-example-skeleton.git
  24. * [new branch] master -> master
  25. [master][~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture/sinatra-mvc-skeleton]$ git remote -v rbenv:2.2.3
  26. origin git@github.com:nyc-copperheads-2016/chris-example-skeleton.git (fetch)
  27. origin git@github.com:nyc-copperheads-2016/chris-example-skeleton.git (push)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement