How to do a 'git add .' in RubyMine ?

Hello,

Just a stupid question but I didn't find how to do that. with a new project, I can do a git init but then, how to do git add . and git status?

Thanks
Erwan

0
3 comments
Avatar
Permanently deleted user

Hello Erwann,

At first please ensure that you have configured your vcs if RubyMine didn't detected it automatically.
You can get the instructions here: http://www.jetbrains.com/ruby/webhelp/ 

Section RubyMine | Procedures | Version Control with RubyMine should help you with this questions.

Best regards,
Oleg

0
Avatar
Permanently deleted user

Hi Oleg,

Thanks for your answer. The problem was that there is no label 'Check Project Status' as shown in the doc "On the main menu, choose Version Control | Check Project Status", maybe because I'm using the latest EAP to test Rails 3.

0
Avatar
Permanently deleted user

Hi erwann,

Sorry for not giving you exact links first time, hope this helps!
At first please configure your Git project using the following instructions: http://www.jetbrains.com/ruby/webhelp/configuring-general-vcs-settings.html
Once you configure it please refer to this page: http://www.jetbrains.com/ruby/webhelp/using-git-integration.html

Regards,
Oleg

0

Please sign in to leave a comment.