Skip to content

Instantly share code, notes, and snippets.

@ekohl
Last active November 18, 2020 14:05
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 ekohl/cd10f3039767c0270c87c671c9292528 to your computer and use it in GitHub Desktop.
Save ekohl/cd10f3039767c0270c87c671c9292528 to your computer and use it in GitHub Desktop.
[alias]
ph = "!git push $(whoami) HEAD --set-upstream --quiet"
pr = "!hub pull-request"
phr = "!git ph && git pr"
[url "git@github.com:theforeman/"]
pushInsteadOf = "ghf:"
[url "https://github.com/theforeman/"]
insteadOf = "ghf:"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment