Rails: Rubymine: GitHub

Viewed 3011

I can't seem to figure out how to commit my files to GitHub.

I am using RubyMine 4.5 on the MAC

I have git set up locally

I have a private account on GitHub

From the RubyMine Preferences, I have my GitHub credentials properly set up (and acknowledged as such by RubyMine), but it did not give me an option to select a repository on GitHub.

How do I commit file to the GitHub repository? There are too many CVS and Git menu items in RubyMine.

PS: I've read the online help sections (the only thing available to me), and I followed the instructions in the GitHub integration, but the directory I'm trying to commit is failing to push to GitHub, with RubyMine telling me that there was nothing to commit. This is the first time I use RubyMine for GitHub. Nothing about this on StackOverflow.

1 Answers
Related