diff --git a/bin/git-ps b/bin/git-ps index 503d511..e7c1ac6 100755 --- a/bin/git-ps +++ b/bin/git-ps @@ -16,7 +16,7 @@ done [[ -z ${jump_branch} ]] || { step "Switching to branch ${jump_branch}" - git checkout "${jump_branch}" + git switch "${jump_branch}" } step "Rebasing branch / updating submodules..."