Created
February 21, 2015 23:46
-
-
Save FKasa/f1981a80524fdd28edcd to your computer and use it in GitHub Desktop.
Git hotkeys for Sublime (commit and push)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "keys": ["f1"], "command": "git_quick_commit" }, | |
{ "keys": ["f5"], "command": "git_raw", "args": {"command": "git push", "args": {"may_change_files": false} } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment