Skip to content

Instantly share code, notes, and snippets.

@ydbondt
Created September 23, 2016 09:18
Show Gist options
  • Select an option

  • Save ydbondt/dc26334c254999b6481ead6e6df54408 to your computer and use it in GitHub Desktop.

Select an option

Save ydbondt/dc26334c254999b6481ead6e6df54408 to your computer and use it in GitHub Desktop.
git-pr
#!/bin/bash
# Usage: git pr <branch> -a <user>
hub pull-request -b unifly-aero:$1 -a "${@:2}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment