Created
May 29, 2019 12:36
-
-
Save l1x/dc847fb000158d379afcce498f91b880 to your computer and use it in GitHub Desktop.
Git aliases for PowerShell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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