jasonseney / git-pr

Create a Pull Request using hub github tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-pr

Create a Pull Request with a common footer using hub github tool.

Usage

git pr target-branch "The description of my pull request"

Installation:

  • brew install hub
  • Copy this script into a directory on your path, i.e. /usr/local/bin.
  • Make it executable: chmod 755 /usr/local/bin/git-pr.
  • Create a file called .pr-footer in your $HOME directory.
  • Add your footer text to the file above

About

Create a Pull Request using hub github tool


Languages

Language:Shell 100.0%