

The shortcut behavior uses the bold tool button, which is remembered based on your last commit operation.

If you only commit the currently active file that's pre-selected, you can quickly commit the form by pressing ctrl-enter. You can either Commit changes which commits to the local Git repository, or if the repository is connected to a remote like GitHub, BitBucket or VSTS, you can also Commit and Push which performs both operations in a single step. You can optionally select other or all pending changes and commit those as well. By default only the active file from the editor or the folder browser is selected in the list to make it easy to selectively update just the file you are currently working on. The dialog display a list of pending changes that can be committed to Git. The Commit to Git menu gets you to the Commit Dialog shown in the first image above.
