Releases: capdiem/PSGitUtils
Releases · capdiem/PSGitUtils
1.15.1
- ♻ refactor(Invoke-GitCheckout): Simplify the way to search branch by matching operators
- Invoke-GitCheckout -s key
+ Invoke-GitCheckout key
Full Changelog: v1.15.0...v1.15.1
1.15.0
feat(Invoke-GitCheckout): support for searching branch before checkout
Invoke-GitCheckout -s key
1.14.2
fix: 'fatal: empty string is not a valid pathspec.'
1.14.1
- Invoke-GitCheckoutNewBranch: Default set 'm' char for choosing the 'main' or 'master' branch.
1.14.0
- Invoke-GitCommit: Support for setting the text of type and scope uppercase by configuring the
$GitUtilsConfig.UppercaseType
and $GitUtilsConfig.UppercaseScope
.
1.13.3
v1.13.3
🚸 feat(Invoke-GitCheckoutNewBranch): sort the branch options when cho…
1.13.2
v1.13.2
⚰ refactor: remove the debug code
1.13.1
v1.13.1
fix🐛 (Invoke-GitCheckout): get the wrong branch after PromptForChoice
1.13.0
Sort the branch options when invoke the Invoke-GitCheckout.