Skip to content

Releases: capdiem/PSGitUtils

1.12.0

25 Jun 10:06
3ee1f89
Compare
Choose a tag to compare

1.11.1

05 Nov 06:47
Compare
Choose a tag to compare
  • Move 'Work in progress' and 'Improve user experience / usability' to feature options

1.10.0

06 Sep 14:23
Compare
Choose a tag to compare

1.9.0

05 Sep 09:51
Compare
Choose a tag to compare
  • Support user interactions when invoking Invoke-GitCheckout without any args
  • Add Invoke-GitBranchDelete, and then Update Remove-LocalBranchesThatNoLongerExistOnRemote to use Invoke-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