Skip to content

Instantly share code, notes, and snippets.

@Magnuti
Last active January 18, 2022 20:33
Show Gist options
  • Save Magnuti/fd63493e9da8fd70dd0f2375b9e3a531 to your computer and use it in GitHub Desktop.
Save Magnuti/fd63493e9da8fd70dd0f2375b9e3a531 to your computer and use it in GitHub Desktop.
PoshGit installation
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Confirm
PowerShellGet\Install-Module posh-git -Scope CurrentUser -Force
Add-PoshGitToProfile -AllHosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment