Skip to content

Instantly share code, notes, and snippets.

@davehunt
Created November 24, 2011 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davehunt/1390314 to your computer and use it in GitHub Desktop.
Save davehunt/1390314 to your computer and use it in GitHub Desktop.
Dave-Hunts-iMac:workspace dave$ git clone git@github.com:mozilla/mcom-tests.git mcom-tests-temp
Cloning into mcom-tests-temp...
remote: Counting objects: 434, done.
remote: Compressing objects: 100% (162/162), done.
remote: Total 434 (delta 293), reused 402 (delta 261)
Receiving objects: 100% (434/434), 79.38 KiB, done.
Resolving deltas: 100% (293/293), done.
Dave-Hunts-iMac:workspace dave$ cd mcom-tests-temp/
Dave-Hunts-iMac:mcom-tests-temp dave$ git push origin master:temp
Total 0 (delta 0), reused 0 (delta 0)
To git@github.com:mozilla/mcom-tests.git
* [new branch] master -> temp
Dave-Hunts-iMac:mcom-tests-temp dave$ git push origin :temp
To git@github.com:mozilla/mcom-tests.git
- [deleted] temp
@retornam
Copy link

error: failed to push some refs to 'git@github.com:mozilla/mcom-tests.git'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment