Skip to content

Instantly share code, notes, and snippets.

@l1x
Created May 29, 2019 12:36
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 l1x/dc847fb000158d379afcce498f91b880 to your computer and use it in GitHub Desktop.
Save l1x/dc847fb000158d379afcce498f91b880 to your computer and use it in GitHub Desktop.
Git aliases for PowerShell
function gpom { git pull origin master }
Set-Alias -Name pull -Value gpom
function gpod { git pull origin develop }
Set-Alias -Name gpod -Value gpod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment