Skip to content

Instantly share code, notes, and snippets.

@andrew-rietz
Created April 15, 2020 15:12
Show Gist options
  • Save andrew-rietz/264c689d70beba3636a122f9809a20b3 to your computer and use it in GitHub Desktop.
Save andrew-rietz/264c689d70beba3636a122f9809a20b3 to your computer and use it in GitHub Desktop.

Setup

  1. Install posh-git. Using scoop:
    scoop bucket add extras
    scoop install posh-git
    
  2. Add posh-git to your current terminal session:
    Import-Module posh-git
    
  3. Add posh-git to your powershell user profile, so it's included at startup:
    Add-PoshGitToProfile
    

Further Details

https://github.com/dahlbyk/posh-git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment