Several things I am trying to do with git - is this possible
In Git
- Is it possible to not "auto-fill" the commit message? My commits generally are not for the same exact issue, so having the same message is a bad idea for me
- is there a way to "commit and push" instead of making it 2 steps (sourcetree allows this via checkbox for example)
Please sign in to leave a comment.
Hi there,
>Is it possible to not "auto-fill" the commit message? My commits generally are not for the same exact issue, so having the same message is a bad idea for me
This one?
>is there a way to "commit and push" instead of making it 2 steps (sourcetree allows this via checkbox for example)
Should be there -- it's "combo-button" -- it has drop-down menu
https://www.jetbrains.com/help/phpstorm/commit-changes-dialog.html#d23810e874
Thanks for helping me clear the commit dialog (I was looking under the GIT sub-menu for it)
As for the combo button, I am sure I checked it for a commit and push option and didn't find one, but I will check that again next time I have a commit
it was there.. I must not have read it right, or just wasn't paying attention.. thanks for the help with the one problem I actually had!