Skip to content

Instantly share code, notes, and snippets.

@27thLiz
Created July 7, 2017 17:07
Show Gist options
  • Save 27thLiz/883d13e3ab9de200428c7732c30ed5f7 to your computer and use it in GitHub Desktop.
Save 27thLiz/883d13e3ab9de200428c7732c30ed5f7 to your computer and use it in GitHub Desktop.
git alias for Godot PRs
[alias]
pr = !"wget https://github.com/godotengine/godot/pull/$1.patch && git apply $1.patch && rm -f $1.patch"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment