Skip to content

Commit

Permalink
CHG: bin: sort git aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-js committed Dec 26, 2023
1 parent 7510a8b commit b12aa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source-bin/mode/shellAlias.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const SHELL_ALIAS_MAP = {
// =============================
// git aliases (G*)
'git-fetch': 'git fetch',
'git-fetch-all': 'git fetch --all --tags --prune',
'git-fetch-all': 'git fetch --all --tags --prune --force',
'git-git-combo': 'git fetch --prune', // # no `--prune-tags`
'git-git-git-combo': _E('git fetch --prune', 'git gc --auto'),
'git-git-git-git-combo': _E('git fetch --prune', 'git gc --prune=now'),
Expand Down

0 comments on commit b12aa8d

Please sign in to comment.