Skip to content

Commit

Permalink
default actions change: move pull/push from global to branches, chang…
Browse files Browse the repository at this point in the history
…e icons for stash and stash pop
  • Loading branch information
phil294 committed Apr 30, 2023
1 parent 2b2ebde commit 823c720
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"default": [
{
"title": "",
"icon": "fold-down",
"icon": "chevron-up",
"description": "Stash (include untracked)",
"args": "stash -u",
"options": [
Expand All @@ -105,23 +105,11 @@
},
{
"title": "",
"icon": "fold-up",
"icon": "chevron-down",
"description": "Stash pop",
"args": "stash pop",
"immediate": true
},
{
"title": "",
"icon": "repo-push",
"description": "Push",
"args": "push"
},
{
"title": "",
"icon": "repo-pull",
"description": "Pull",
"args": "pull"
},
{
"title": "",
"icon": "cloud-download",
Expand Down Expand Up @@ -512,6 +500,18 @@
}
]
},
{
"title": "Pull",
"icon": "fold-down",
"description": "Pull",
"args": "pull"
},
{
"title": "Push",
"icon": "fold-up",
"description": "Push",
"args": "push"
},
{
"title": "Rename",
"icon": "edit",
Expand Down Expand Up @@ -544,6 +544,11 @@
]
}
]
},
"git-log--graph.branch-width": {
"description": "The width of the individual branch lines, including both line and right spacing. The default 'auto' chooses between 10 and 2 depending on the size of the repository.",
"type": ["integer", "string"],
"default": "auto"
}
}
}
Expand Down

0 comments on commit 823c720

Please sign in to comment.