Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaizka-allende/722d7e322b8bd171e36f947a45b37404 to your computer and use it in GitHub Desktop.
Save gaizka-allende/722d7e322b8bd171e36f947a45b37404 to your computer and use it in GitHub Desktop.
Powershell profile
Import-Module posh-git
Import-Module posh-alias
function prompt { "> " }
Add-Alias status 'git status'
Add-Alias push 'git push'
Add-Alias pull 'git pull --rebase'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment