Rubymine, Git and GitHub Follow
My setup:
RubyMine 4.5 running on MAC
I have Git installed locally and that's working great from RubyMine.
How do I work with my remote repository (on GitHub) from RubyMine?
I tried following the help files, but it's not working. The only thing I get is a message saying that there is nothing to commit.
Please sign in to leave a comment.
Hi,
I'm not sure what exactly you want to do and what is your current stage, but here are couple possible answers:
If you want to checkout repository from GitHub go to "VCS"::"Checkout from version control"::"GitHub"
If you want to publish your current project (which is not under git) as repo on GitHub use "VCS"::"Import into Version Control"::"Share project on GiHub"
If you need something else please specify what you have and what you want to do
Regards, Oleg.
I wanted to import project into gitHub
So, have you done this or you have some problems?