cross-posted from: https://programming.dev/post/183868

posh-git is a PowerShell module that integrates Git and PowerShell by providing Git status summary information that can be displayed in the PowerShell prompt, e.g.:

example

  • @[email protected]
    link
    fedilink
    English
    21 year ago

    Tangentially related is Oh my posh which provides theming support for PowerShell prompts. It integrates nicely with posh-git allowing you to customize how the git summary is displayed.

    • @canpolatOP
      link
      English
      11 year ago

      Yeah, I use that one as well.