diff --git a/Default.sublime-commands b/Default.sublime-commands index b822ade2..8d62789a 100644 --- a/Default.sublime-commands +++ b/Default.sublime-commands @@ -165,6 +165,10 @@ "caption": "Git: Push", "command": "git_raw", "args": { "command": "git push", "may_change_files": false } } + ,{ + "caption": "Git: Push All", + "command": "git_raw", "args": { "command": "git push --all", "may_change_files": false } + } ,{ "caption": "Git: Push Current Branch", "command": "git_push_current_branch" @@ -182,7 +186,7 @@ "command": "git_custom" } ,{ - "caption": "Git Flow: Feature Start", + "caption": "Git Flow: Feature Start", "command": "git_flow_feature_start" } ,{