Categories
Uncategorized

Pushing to Github with Eclipse

Since Google Code went down, I only automatically transferred my old projects there to Github. Today I pushed my first new project directly to Github: https://github.com/krizleebear/Melodies2Go
I’ll not go into detail about this project – it’s still work in progress.

But as a reminder for me: When I need to push a new Github project, here’s the deal:

  1. http://stackoverflow.com/questions/17552457/how-do-i-upload-eclipse-projects-to-github

    But before the first commit, perform a pull to get the initial files from github:

    git pull --allow-unrelated-histories
  2. http://stackoverflow.com/questions/19474186/egit-rejected-non-fast-forward
  3. plus there was a bug using Eclipse Neon.1 – https://www.eclipse.org/forums/index.php/t/1081631/