Created
August 27, 2019 12:34
-
-
Save imedadel/6b36906b7f12597fefe2a0c99e21a816 to your computer and use it in GitHub Desktop.
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
[alias] | |
puch = "!f() { \ | |
printf [$1]'\n' && git push $1 $3 && printf '\n'[$2]'\n' && git push $2 $3; \ | |
}; f" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment