File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 1892
1892
"git.branch" : [
1893
1893
{
1894
1894
"command" : " git.merge" ,
1895
- "group" : " branch @1"
1895
+ "group" : " 1_merge @1"
1896
1896
},
1897
1897
{
1898
1898
"command" : " git.rebase" ,
1899
- "group" : " branch @2"
1899
+ "group" : " 1_merge @2"
1900
1900
},
1901
1901
{
1902
1902
"command" : " git.branch" ,
1903
- "group" : " branch@3 "
1903
+ "group" : " 2_branch@1 "
1904
1904
},
1905
1905
{
1906
1906
"command" : " git.branchFrom" ,
1907
- "group" : " branch@4 "
1907
+ "group" : " 2_branch@2 "
1908
1908
},
1909
1909
{
1910
1910
"command" : " git.renameBranch" ,
1911
- "group" : " branch@5 "
1911
+ "group" : " 3_modify@1 "
1912
1912
},
1913
1913
{
1914
1914
"command" : " git.deleteBranch" ,
1915
- "group" : " branch@6 "
1915
+ "group" : " 3_modify@2 "
1916
1916
},
1917
1917
{
1918
1918
"command" : " git.publish" ,
1919
- "group" : " branch@7 "
1919
+ "group" : " 4_publish@1 "
1920
1920
}
1921
1921
],
1922
1922
"git.remotes" : [
1932
1932
"git.stash" : [
1933
1933
{
1934
1934
"command" : " git.stash" ,
1935
- "group" : " stash @1"
1935
+ "group" : " 1_stash @1"
1936
1936
},
1937
1937
{
1938
1938
"command" : " git.stashIncludeUntracked" ,
1939
- "group" : " stash @2"
1939
+ "group" : " 1_stash @2"
1940
1940
},
1941
1941
{
1942
1942
"command" : " git.stashStaged" ,
1943
1943
"when" : " gitVersion2.35" ,
1944
- "group" : " stash @3"
1944
+ "group" : " 1_stash @3"
1945
1945
},
1946
1946
{
1947
1947
"command" : " git.stashApplyLatest" ,
1948
- "group" : " stash@4 "
1948
+ "group" : " 2_apply@1 "
1949
1949
},
1950
1950
{
1951
1951
"command" : " git.stashApply" ,
1952
- "group" : " stash@5 "
1952
+ "group" : " 2_apply@2 "
1953
1953
},
1954
1954
{
1955
1955
"command" : " git.stashPopLatest" ,
1956
- "group" : " stash@6 "
1956
+ "group" : " 3_pop@1 "
1957
1957
},
1958
1958
{
1959
1959
"command" : " git.stashPop" ,
1960
- "group" : " stash@7 "
1960
+ "group" : " 3_pop@2 "
1961
1961
},
1962
1962
{
1963
1963
"command" : " git.stashDrop" ,
1964
- "group" : " stash@8 "
1964
+ "group" : " 4_drop@1 "
1965
1965
},
1966
1966
{
1967
1967
"command" : " git.stashDropAll" ,
1968
- "group" : " stash@9 "
1968
+ "group" : " 4_drop@2 "
1969
1969
}
1970
1970
],
1971
1971
"git.tags" : [
You can’t perform that action at this time.
0 commit comments