forked from titoBouzout/SideBarGit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Side Bar.sublime-menu
executable file
·180 lines (169 loc) · 12.4 KB
/
Side Bar.sublime-menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
[
{ "caption": "-" , "id":"side-bar-end-separator"},
{
"caption": "Git ", "id":"side-bar-git",
"children":
[
{ "caption": "Add & Commit…", "command": "side_bar_git_add_commit", "args": {"paths": []} },
{ "caption": "Add & Commit & Push…", "command": "side_bar_git_add_commit_push", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "Commit… \".\"", "command": "side_bar_git_commit", "args": {"paths": []} },
{ "caption": "Commit", "command": "side_bar_git_commit2", "args": {"paths": []} },
{ "caption": "Commit Undo", "command": "side_bar_git_commit_undo", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "Commit Amend", "command": "side_bar_git_commit_amend", "args": {"paths": []} },
{ "caption": "Commit All…", "command": "side_bar_git_commit_all", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "Status", "command": "side_bar_git_status", "args": {"paths": []} },
{ "caption": "Status Verbose", "command": "side_bar_git_status_verbose", "args": {"paths": []} },
{ "caption": "-"},
{
"caption": "Diff", "id":"side-bar-git-diff",
"children":
[
{ "caption": "all changes since the last commit ( ignore whitespace )", "command": "side_bar_git_diff_all_changes_since_last_commit_ignore_white_space", "args": {"paths": []} },
{ "caption": "all changes since the last commit", "command": "side_bar_git_diff_all_changes_since_last_commit", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "changes that have not been staged", "command": "side_bar_git_diff_changes_not_staged", "args": {"paths": []} },
{ "caption": "changes that are staged but not committed", "command": "side_bar_git_diff_changes_staged_not_commited", "args": {"paths": []} },
{ "caption": "between the index and last commit", "command": "side_bar_git_diff_between_index_and_last_commit", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "between remote and last local commit (origin/master..)", "command": "side_bar_git_diff_between_remote_and_last_local_commit", "args": {"paths": []} },
{ "caption": "between last local commit and remote (..origin/master)", "command": "side_bar_git_diff_between_last_local_commit_and_remote", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "between the two latest tags", "command": "xxxx", "args": {"paths": []} }
]
},
{
"caption": "Difftool", "id":"side-bar-git-difftool",
"children":
[
{ "caption": "all changes since the last commit", "command": "side_bar_git_difftool_all_changes_since_last_commit", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "changes that have not been staged", "command": "side_bar_git_difftool_changes_not_staged", "args": {"paths": []} },
{ "caption": "changes that are staged but not committed", "command": "side_bar_git_difftool_changes_staged_not_commited", "args": {"paths": []} },
{ "caption": "between the index and last commit", "command": "side_bar_git_difftool_between_index_and_last_commit", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "between remote and last local commit (origin/master..)", "command": "side_bar_git_difftool_between_remote_and_last_local_commit", "args": {"paths": []} },
{ "caption": "between last local commit and remote (..origin/master)", "command": "side_bar_git_difftool_between_last_local_commit_and_remote", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "between the two latest tags", "command": "xxxx", "args": {"paths": []} }
]
},
{ "caption": "-"},
{
"caption": "Log", "id":"side-bar-git-log",
"children":
[
{ "caption": "short summary of changes last 30", "command": "side_bar_git_log_stat_short_latest", "args": {"paths": []} },
{ "caption": "short summary of changes full", "command": "side_bar_git_log_stat_short_full", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "summary of changes last 30", "command": "side_bar_git_log_stat_latest", "args": {"paths": []} },
{ "caption": "summary of changes full", "command": "side_bar_git_log_stat_full", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "list of changes last 50", "command": "side_bar_git_log_stat_list_latest", "args": {"paths": []} },
{ "caption": "list of changes last 50 with commit", "command": "side_bar_git_log_stat_list_commit_latest", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "diffs of changes last 30", "command": "side_bar_git_log_extended_latest", "args": {"paths": []} },
{ "caption": "diffs of changes full", "command": "side_bar_git_log_extended_full", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "summary of changes since latest tag", "command": "xxxx", "args": {"paths": []} },
{ "caption": "summary of changes since latest push", "command": "side_bar_git_log_since_latest_push", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "between the two latest tags", "command": "xxxx", "args": {"paths": []} }
]
},
{ "caption": "Reflog", "command": "side_bar_git_reflog", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "Blame", "command": "side_bar_git_blame", "args": {"paths": []} },
{ "caption": "-"},
{
"caption": "Tags", "id":"side-bar-git-tags",
"children":
[
{ "caption": "Auto-Tag", "command": "side_bar_git_tag_auto", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "Add…", "command": "xxxx", "args": {"paths": []} },
{ "caption": "Remove…", "command": "xxxx", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "List", "command": "xxxx", "args": {"paths": []} }
]
},
{ "caption": "-"},
{
"caption": "Revert", "id":"side-bar-git-revert",
"children":
[
{ "caption": "discard changes to tracked", "command": "side_bar_git_revert_tracked", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "discard changes to tracked, clean untracked", "command": "side_bar_git_revert_tracked_clean_untracked", "args": {"paths": []} },
{ "caption": "discard changes to tracked, clean untracked, unstage", "command": "side_bar_git_revert_tracked_clean_untracked_unstage", "args": {"paths": []} },
{ "caption": "discard changes to tracked, unstage, clean untracked", "command": "side_bar_git_revert_tracked_unstage_clean_untracked", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "unstage", "command": "side_bar_git_revert_unstage", "args": {"paths": []} }
]
},
{ "caption": "-"},
{
"caption": "Branch",
"children":
[
{ "caption": "new from current and switch to…", "command": "side_bar_git_branch_new_from_current", "args": {"paths": []} },
{ "caption": "new from master and switch to…", "command": "side_bar_git_branch_new_from_master", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "new from cleaned current and switch to…", "command": "side_bar_git_branch_new_from_clean_current", "args": {"paths": []} },
{ "caption": "new from cleaned master and switch to…", "command": "side_bar_git_branch_new_from_clean_master", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "switch to master", "command": "side_bar_git_branch_switch_to_master", "args": {"paths": []} },
{ "caption": "switch to…", "command": "side_bar_git_branch_switch_to", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "rebase current into master", "command": "side_bar_git_rebase_current_into_master", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "merge changes to current from…", "command": "side_bar_git_merge_to_current_from", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "delete…", "command": "side_bar_git_branch_delete", "args": {"paths": []} },
{ "caption": "delete even if unmerged (force deletion)…","command": "side_bar_git_branch_delete_force", "args": {"paths": []} }
]
},
{ "caption": "Checkout to…", "command": "side_bar_git_checkout_to", "args": {"paths": []} },
{ "caption": "Checkout repository to…", "command": "side_bar_git_checkout_repository_to", "args": {"paths": []} },
{ "caption": "-"},
{
"caption": "Push, Pull, Fetch", "id":"side-bar-git-pull-push-fetch",
"children":
[
{ "caption": "Push", "command": "side_bar_git_push", "args": {"paths": []} },
{ "caption": "Push All Branches", "command": "side_bar_git_push_all_branches", "args": {"paths": []} },
{ "caption": "Push, Push Tags", "command": "side_bar_git_push_and_push_tags", "args": {"paths": []} },
{ "caption": "Push Tags", "command": "side_bar_git_push_tags", "args": {"paths": []} },
{ "caption": "Push with options…", "command": "side_bar_git_push_with_options", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "Pull", "command": "side_bar_git_pull", "args": {"paths": []} },
{ "caption": "Pull with options…", "command": "side_bar_git_pull_with_options", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "Fetch", "command": "side_bar_git_fetch", "args": {"paths": []} },
{ "caption": "Fetch with options…", "command": "side_bar_git_fetch_with_options", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "Remote add…", "command": "side_bar_git_remote_add", "args": {"paths": []} }
]
},
{ "caption": "-"},
{ "caption": "Clone…", "command": "side_bar_git_clone", "args": {"paths": []} },
{ "caption": "Init", "command": "side_bar_git_init", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "Add", "command": "side_bar_git_add", "args": {"paths": []} },
{ "caption": "Remove", "command": "side_bar_git_remove", "args": {"paths": []} },
{ "caption": "Remove Keep Local", "command": "side_bar_git_remove_keep_local", "args": {"paths": []} },
{ "caption": "MV", "command": "side_bar_git_mv", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "Add to Git Ignore", "command": "side_bar_git_ignore_add", "args": {"paths": []} },
{ "caption": "Open Git Ignore", "command": "side_bar_git_ignore_open", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "Git GUI", "command": "side_bar_git_gui", "args": {"paths": []} },
{ "caption": "Gitk", "command": "side_bar_git_gitk", "args": {"paths": []} },
{ "caption": "-"},
{ "caption": "Liberal Git Command", "command": "side_bar_git_liberal", "args": {"paths": []} }
]
},
{ "caption": "-", "id": "side-bar-end-separator" }
]