Skip to content

ugit 0.4.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 18:51
· 2 commits to main since this release
613110b

ugit 0.4.4:

Like It? Star It
Love It? Support It

  • ugit a container! (#262, #263, #264)
    • docker run --interactive --tty ghcr.io/startautomating/ugit
  • git checkout improvements
    • git checkout -PullRequest [int] (#178)
    • git checkout -NewBranchName [string] (#266)
    • git checkout -ResetBranchName [string] (#267)
    • git checkout -Detach [switch] (#268)
    • git checkout -ResetPath [string] (#269)
    • git checkout -FromBranch [string] (#270)
    • git checkout -RevisionNumber/-ParentNumber [int] (#271)
  • git sparse-checkout improvements
    • git sparse-checkout -FileFilter [string[]] ( Fixes #257 )
    • git sparse-checkout -DirectoryFilter [string[]] ( Fixes #258 )
  • git branch -Remote [switch] (#185)
  • git config --list outputs as objects (#265)
  • git --format json outputs as objects (#239)

Additional Changes in Changelog