Customize git commit check box (PyCharm)
Answered
I an a PyCharm user and want to know if I can customize the check box of "git commit" dialog. By default, all the check box are "checked" for modified files. Is is possible to customize the check box "unchecked" by default? I want to pick up the files my myself files to be committed.
Please sign in to leave a comment.
Hello Akira Nonaka
Currently it's not possible to open Commit dialog with all files deselected, there is a feature request for that:
https://youtrack.jetbrains.com/issue/IDEA-131191
But you can enable "Use non-modal commit interface" under Preferences | Version Control | Commit
and once you decide to commit, you switch to "Commit" tab and can choose which files to commit.
Thanks!