Releases: capdiem/PSGitUtils
Releases · capdiem/PSGitUtils
1.12.0
1.11.1
1.10.0
1.9.0
- Support user interactions when invoking
Invoke-GitCheckout
without any args - Add
Invoke-GitBranchDelete
, and then UpdateRemove-LocalBranchesThatNoLongerExistOnRemote
to useInvoke-GitBranchDelete
Under certain conditions,
git branch -d example
would be failed:
error: The branch 'example' is not fully merged.
If you are sure you want to delete it, run 'git branch -D example'.
Now provide a user interactions(yes or no) to determine whether to run 'git branch -D example'. - Fix some errors in
Invoke-GitCheckoutNewBranch