PyCharm 2016.1 Help

Stash Dialog

VCS | Git | Stash Changes


Use this dialog box to specify parameters for saving local modifications in a new stash.

ItemDescription
Git RootFrom this drop-down list, select the path to the local repository in which you want to stash modifications.
Current BranchThis read-only field shows the name of the branch which is currently checked out in the selected local repository.
MessageIn 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 IndexSelect this check box to have PyCharm bring the changes staged in the index to your working tree for examination and testing.
Create StashClick this button to have the specified local modification saved in a new stash.

See Also

Last modified: 20 April 2016