-
-
Save cdimartino/08075f3485d4fb4b43b5 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
[~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture]$ git clone [email protected]:nyc-copperheads-2016/sinatra-mvc-skeleton.git rbenv:2.2.3 | |
Cloning into 'sinatra-mvc-skeleton'... | |
remote: Counting objects: 141, done. | |
remote: Total 141 (delta 0), reused 0 (delta 0), pack-reused 141 | |
Receiving objects: 100% (141/141), 29.29 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (50/50), done. | |
Checking connectivity... done. | |
[~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture]$ cd sinatra-mvc-skeleton rbenv:2.2.3 | |
[master][~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture/sinatra-mvc-skeleton]$ ls rbenv:2.2.3 | |
CHANGELOG.md Gemfile Gemfile.lock README.md Rakefile app/ config/ config.ru db/ public/ spec/ | |
[master][~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture/sinatra-mvc-skeleton]$ git remote -v rbenv:2.2.3 | |
origin [email protected]:nyc-copperheads-2016/sinatra-mvc-skeleton.git (fetch) | |
origin [email protected]:nyc-copperheads-2016/sinatra-mvc-skeleton.git (push) | |
[master][~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture/sinatra-mvc-skeleton]$ git remote remove origin rbenv:2.2.3 | |
[master][~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture/sinatra-mvc-skeleton]$ git remote -v rbenv:2.2.3 | |
[master][~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture/sinatra-mvc-skeleton]$ git remote add origin [email protected]:nyc-copperheads-2016/chris-example-skeleton.git | |
[master][~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture/sinatra-mvc-skeleton]$ git push rbenv:2.2.3 | |
Counting objects: 141, done. | |
Delta compression using up to 8 threads. | |
Compressing objects: 100% (86/86), done. | |
Writing objects: 100% (141/141), 29.29 KiB | 0 bytes/s, done. | |
Total 141 (delta 50), reused 141 (delta 50) | |
To [email protected]:nyc-copperheads-2016/chris-example-skeleton.git | |
* [new branch] master -> master | |
[master][~/Source/DBC/Cohorts/2015/NYC/copperheads/Lecture/sinatra-mvc-skeleton]$ git remote -v rbenv:2.2.3 | |
origin [email protected]:nyc-copperheads-2016/chris-example-skeleton.git (fetch) | |
origin [email protected]:nyc-copperheads-2016/chris-example-skeleton.git (push) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment