What is the fastest way to commit into git from VisualStudio with and/or without TeamExplorer setup.
Currently I have to:
The default key binding to go straight to the Git Changes page in Team Explorer is Ctrl + 0,G. The command is Team.Git.GoToGitChanges
if you'd like to bind it to a different key.
Tab, Tab to reach the commit message textbox.
Write your commit message.
Usually followed by Alt + I to trigger the Commit button, but a custom key binding for the Commit and Sync command is needed in your scenario.
Hope this helps.