forked from titoBouzout/SideBarGit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommands.sublime-commands
More file actions
executable file
·128 lines (81 loc) · 10.1 KB
/
Commands.sublime-commands
File metadata and controls
executable file
·128 lines (81 loc) · 10.1 KB
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
[
{"caption": "File: Refresh","command": "side_bar_git_refresh_tab_contents_by_running_command_again"},
{"caption": "Git (SideBarGit): Add & Commit…", "command": "side_bar_git_add_commit", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Add & Commit & Push…", "command": "side_bar_git_add_commit_push", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Commit…", "command": "side_bar_git_commit", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Commit Undo", "command": "side_bar_git_commit_undo", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Commit Amend", "command": "side_bar_git_commit_amend", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Commit All…", "command": "side_bar_git_commit_all", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Status", "command": "side_bar_git_status", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Status Verbose", "command": "side_bar_git_status_verbose", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Diff: all changes since the last commit", "command": "side_bar_git_diff_all_changes_since_last_commit", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Diff: all changes since the last commit ( ignore whitespace )", "command": "side_bar_git_diff_all_changes_since_last_commit_ignore_white_space", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Diff: changes that have not been staged", "command": "side_bar_git_diff_changes_not_staged", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Diff: changes that are staged but not committed", "command": "side_bar_git_diff_changes_staged_not_commited", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Diff: between the index and last commit", "command": "side_bar_git_diff_between_index_and_last_commit", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Diff: between remote and last local commit (origin/master..)", "command": "side_bar_git_diff_between_remote_and_last_local_commit", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Diff: between last local commit and remote (..origin/master)", "command": "side_bar_git_diff_between_last_local_commit_and_remote", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Diff: between the two latest tags", "command": "xxxx", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Difftool: all changes since the last commit", "command": "side_bar_git_difftool_all_changes_since_last_commit", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Difftool: changes that have not been staged", "command": "side_bar_git_difftool_changes_not_staged", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Difftool: changes that are staged but not committed", "command": "side_bar_git_difftool_changes_staged_not_commited", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Difftool: between the index and last commit", "command": "side_bar_git_difftool_between_index_and_last_commit", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Difftool: between remote and last local commit (origin/master..)", "command": "side_bar_git_difftool_between_remote_and_last_local_commit", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Difftool: between last local commit and remote (..origin/master)", "command": "side_bar_git_difftool_between_last_local_commit_and_remote", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Difftool: between the two latest tags", "command": "xxxx", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Log: short summary of changes last 30", "command": "side_bar_git_log_stat_short_latest", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Log: short summary of changes full", "command": "side_bar_git_log_stat_short_full", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Log: summary of changes last 30", "command": "side_bar_git_log_stat_latest", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Log: summary of changes full", "command": "side_bar_git_log_stat_full", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Log: list of changes last 50", "command": "side_bar_git_log_stat_list_latest", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Log: list of changes last 50 with commit", "command": "side_bar_git_log_stat_list_commit_latest", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Log: diffs of changes last 30", "command": "side_bar_git_log_extended_latest", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Log: diffs of changes full", "command": "side_bar_git_log_extended_full", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Log: summary of changes since latest tag", "command": "xxxx", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Log: summary of changes since latest push", "command": "side_bar_git_log_since_latest_push", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Log: between the two latest tags", "command": "xxxx", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Reflog", "command": "side_bar_git_reflog", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Blame", "command": "side_bar_git_blame", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Tags: Auto-Tag", "command": "side_bar_git_tag_auto", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Tags: Add…", "command": "xxxx", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Tags: Remove…", "command": "xxxx", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Tags: List", "command": "xxxx", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Revert: discard changes to tracked", "command": "side_bar_git_revert_tracked", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Revert: discard changes to tracked, clean untracked", "command": "side_bar_git_revert_tracked_clean_untracked", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Revert: discard changes to tracked, clean untracked, unstage", "command": "side_bar_git_revert_tracked_clean_untracked_unstage", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Revert: discard changes to tracked, unstage, clean untracked", "command": "side_bar_git_revert_tracked_unstage_clean_untracked", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Revert: unstage", "command": "side_bar_git_revert_unstage", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Branch: new from current and switch to…", "command": "side_bar_git_branch_new_from_current", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Branch: new from master and switch to…", "command": "side_bar_git_branch_new_from_master", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Branch: new from cleaned current and switch to…", "command": "side_bar_git_branch_new_from_clean_current", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Branch: new from cleaned master and switch to…", "command": "side_bar_git_branch_new_from_clean_master", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Branch: switch to master", "command": "side_bar_git_branch_switch_to_master", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Branch: switch to…", "command": "side_bar_git_branch_switch_to", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Branch: rebase current into master", "command": "side_bar_git_rebase_current_into_master", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Branch: merge changes to current from…", "command": "side_bar_git_merge_to_current_from", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Branch: delete…", "command": "side_bar_git_branch_delete", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Branch: delete even if unmerged (force deletion)…","command": "side_bar_git_branch_delete_force", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Checkout to…", "command": "side_bar_git_checkout_to", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Checkout repository to…", "command": "side_bar_git_checkout_repository_to", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Push", "command": "side_bar_git_push", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Push All Branches", "command": "side_bar_git_push_all_branches", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Push, Push Tags", "command": "side_bar_git_push_and_push_tags", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Push Tags", "command": "side_bar_git_push_tags", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Push with options…", "command": "side_bar_git_push_with_options", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Pull", "command": "side_bar_git_pull", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Pull with options…", "command": "side_bar_git_pull_with_options", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Fetch", "command": "side_bar_git_fetch", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Fetch with options…", "command": "side_bar_git_fetch_with_options", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Remote add…", "command": "side_bar_git_remote_add", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Clone…", "command": "side_bar_git_clone", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Init", "command": "side_bar_git_init", "args": {"paths": []}},
{"caption": "Git (SideBarGit): File: Add", "command": "side_bar_git_add", "args": {"paths": []}},
{"caption": "Git (SideBarGit): File: Remove", "command": "side_bar_git_remove", "args": {"paths": []}},
{"caption": "Git (SideBarGit): File: Remove Keep Local", "command": "side_bar_git_remove_keep_local", "args": {"paths": []}},
{"caption": "Git (SideBarGit): File: Rename", "command": "side_bar_git_mv", "args": {"paths": []}},
{"caption": "Git (SideBarGit): File: Add to Git Ignore", "command": "side_bar_git_ignore_add", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Open Git Ignore", "command": "side_bar_git_ignore_open", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Git GUI", "command": "side_bar_git_gui", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Gitk", "command": "side_bar_git_gitk", "args": {"paths": []}},
{"caption": "Git (SideBarGit): Liberal Command", "command": "side_bar_git_liberal", "args": {"paths": []}}
]