From b2a81d2d30f4009cf889846394537781a08e62a0 Mon Sep 17 00:00:00 2001 From: SkylerA <89657777+SkylerMime@users.noreply.github.com> Date: Tue, 3 Dec 2024 07:41:19 -0800 Subject: [PATCH] Add update-refs param to GitParamTabExpansion.ps1 --- src/GitParamTabExpansion.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GitParamTabExpansion.ps1 b/src/GitParamTabExpansion.ps1 index a3839bc5c..281258929 100644 --- a/src/GitParamTabExpansion.ps1 +++ b/src/GitParamTabExpansion.ps1 @@ -68,7 +68,7 @@ $longGitParams = @{ prune = 'dry-run verbose expire' pull = 'quiet verbose recurse-submodules= no-recurse-submodules= commit no-commit edit no-edit ff no-ff ff-only log no-log stat no-stat squash no-squash strategy= strategy-option= verify-signatures no-verify-signatures summary no-summary rebase= no-rebase all append depth= unshallow update-shallow force keep no-tags update-head-ok upload-pack progress' push = 'all prune mirror dry-run porcelain delete tags follow-tags receive-pack= exec= force-with-lease no-force-with-lease force repo= set-upstream thin no-thin quiet verbose progress recurse-submodules= verify no-verify' - rebase = 'onto continue abort keep-empty skip edit-todo merge strategy= strategy-option= gpg-sign quiet verbose stat no-stat no-verify verify force-rebase fork-point no-fork-point ignore-whitespace whitespace= committer-date-is-author-date ignore-date interactive preserve-merges exec root autosquash no-autosquash autostash no-autostash no-ff' + rebase = 'onto continue abort keep-empty skip edit-todo merge strategy= strategy-option= gpg-sign quiet verbose stat no-stat no-verify verify force-rebase fork-point no-fork-point ignore-whitespace whitespace= committer-date-is-author-date ignore-date interactive preserve-merges exec root autosquash no-autosquash autostash no-autostash no-ff update-refs' reflog = 'stale-fix expire= expire-unreachable= all updateref rewrite verbose' remote = 'verbose' reset = 'patch quiet soft mixed hard merge keep'