Use this dialog box to specify parameters for saving local modifications in a new stash.
| Item | Description |
|---|---|
| Git Root | From this drop-down list, select the path to the local repository in which you want to stash modifications. |
| Current Branch | This read-only field shows the name of the branch which is currently checked out in the selected local repository. |
| Message | In this text box, provide a description of the new stash. This description will be displayed in the Unstash Changes dialog box to help you select the required stash. |
| Keep Index | Select this check box to have IntelliJ IDEA bring the changes staged in the index to your working tree for examination and testing. |
| Create Stash | Click this button to have the specified local modification saved in a new stash. |