Skip to content

Instantly share code, notes, and snippets.

@imedadel
Created August 27, 2019 12:34
Show Gist options
  • Save imedadel/6b36906b7f12597fefe2a0c99e21a816 to your computer and use it in GitHub Desktop.
Save imedadel/6b36906b7f12597fefe2a0c99e21a816 to your computer and use it in GitHub Desktop.
[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