aboutsummaryrefslogtreecommitdiff
path: root/templates/.zsh/functions/rp.zsh
blob: 1db3b16ca74a2e72d129450acdaac532ef3f7d50 (plain)
1
2
3
4
5
6
7
# GitHub Request Pull
#
# Assuming the current git repo's `origin` is on GitHub, open the pull request
# editor for the current branch.
function rp() {
	hub pull-request
}