Skip to content

Instantly share code, notes, and snippets.

@rfay
Created February 28, 2011 04:42
Show Gist options
  • Select an option

  • Save rfay/846946 to your computer and use it in GitHub Desktop.

Select an option

Save rfay/846946 to your computer and use it in GitHub Desktop.
I got this error when pushing 7.x-1.x branch
rfay@rfay-bigsony:/tmp/git_migration_dummy$ git commit -m "First file in 7.x"
[7.x-1.x 8298f34] First file in 7.x
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 README.txt
rfay@rfay-bigsony:/tmp/git_migration_dummy$ git push origin 7.x-1.x
Counting objects: 4, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 313 bytes, done.
Total 3 (delta 0), reused 0 (delta 0)
fatal: bad revision '^{master}'
To rfay@git.drupal.org:project/git_migration_dummy.git
* [new branch] 7.x-1.x -> 7.x-1.x
rfay@rfay-bigsony:/tmp/git_migration_dummy$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment