Created
June 5, 2012 20:09
-
-
Save ckozus/2877501 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
| [master] [ruby-1.9.2-p180@titi-rails31] ckozus@Feather:~/dev/rails/titi$ cat .git/config | |
| [core] | |
| repositoryformatversion = 0 | |
| filemode = true | |
| bare = false | |
| logallrefupdates = true | |
| ignorecase = true | |
| [remote "origin"] | |
| fetch = +refs/heads/*:refs/remotes/origin/* | |
| url = [email protected]:insignia4u/titi.git | |
| [branch "master"] | |
| remote = origin | |
| merge = refs/heads/master | |
| [branch "staging"] | |
| remote = origin | |
| merge = refs/heads/staging | |
| [remote "heroku"] | |
| url = [email protected]:titi3.git | |
| fetch = +refs/heads/*:refs/remotes/heroku/* | |
| [remote "heroku-staging"] | |
| url = [email protected]:titi3-staging.git | |
| fetch = +refs/heads/*:refs/remotes/heroku-staging/* | |
| [branch "fix-start-working"] | |
| remote = origin | |
| merge = refs/heads/fix-start-working | |
| [branch "api"] | |
| remote = origin | |
| merge = refs/heads/api | |
| [branch "start-working-styling"] | |
| remote = origin | |
| merge = refs/heads/start-working-styling | |
| [master] [ruby-1.9.2-p180@titi-rails31] ckozus@Feather:~/dev/rails/titi$ git co staging | |
| Switched to branch 'staging' | |
| [staging] [ruby-1.9.2-p180@titi-rails31] ckozus@Feather:~/dev/rails/titi$ git push heroku-staging staging | |
| [staging] [ruby-1.9.2-p180@titi-rails31] ckozus@Feather:~/dev/rails/titi$ git co matser | |
| error: pathspec 'matser' did not match any file(s) known to git. | |
| [staging] [ruby-1.9.2-p180@titi-rails31] ckozus@Feather:~/dev/rails/titi$ git co master | |
| Switched to branch 'master' | |
| [master] [ruby-1.9.2-p180@titi-rails31] ckozus@Feather:~/dev/rails/titi$ git push heroku master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment