- Open the Changes tool window by pressing Alt+9Alt+9Alt+9Alt+9Alt+9Alt+9Alt+9Alt+9Meta+9Meta 9Meta 9Meta 9Meta 9 or choosing .
- Select the files or folders you want to commit.
- Open the Commit Changes dialog box by doing one of the following:
- On the Changes tool window toolbar, click the Commit Changes button
. - On the main menu, choose .
- On the main menu, choose .
- Press Ctrl+KCtrl+KCtrl+KCtrl+KCtrl+KCtrl+KCtrl+KCtrl+KMeta+KMeta KMeta KMeta KMeta K.
- On the Changes tool window toolbar, click the Commit Changes button
- In the Changed Files area, view the files changed since the last commit. Select the check boxes next to the files you want to commit now.
- In the Summary area, view statistics on changes made since the last commit.
- Add a comment and select the
Before Commit options
you want
RubyMine
to perform on the files before committing them to the local repository.
Tip
To upload the committed changes to the remote repository immediately, select the Push Changes check box. The changes will be pushed to the pre-configured origin.
- In the Git section, configure the following settings:
- Use the Author drop-down list to specify the person who created the changes to be committed.
Tip
This may be necessary when you are committing changes made by another person.
- If you want to replace already published commit, select the check box Amend commit.
- Use the Author drop-down list to specify the person who created the changes to be committed.
- Click Commit.
Tip
To save the changes in a text file, click the Create Patch button.

