From e0c31a5fe356ce6bd1a710eb4869cf080b0d624b Mon Sep 17 00:00:00 2001 From: bordaigorl Date: Thu, 22 Jan 2015 00:03:39 +0000 Subject: [PATCH] Adding command to push all (including newly created local branches) --- Default.sublime-commands | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" } ,{