Created
April 18, 2013 00:02
-
-
Save curtisallen/5408789 to your computer and use it in GitHub Desktop.
how to add a github remote from an existing git repo
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
git clone <OPENSHIFT STUFF> | |
cd <OPENSHFIT REPO DIR> | |
git remote add github -m master https://github.com/curtisallen/<reponame>.git | |
git pull -s recursive -X theirs github master |
$ git pull -s recursive -X theirs github master
fatal: Couldn't find remote ref master
Unexpected end of command stream
What is this command supposed to do???
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
then you can do