Skip to content

Commit

Permalink
Add git prs as an alias for git pull-requests (#64)
Browse files Browse the repository at this point in the history
## Summary:
Khan/our-lovely-cli#530 added a git
pull-requests command to OLC. This adds an alias for it that's easier to
type.

Issue: none

Test plan:

Run `git prs`. You should see a report of your outstanding pull
requests.

Author: benchristel

Reviewers: benchristel, lillialexis, jaredly

Required Reviewers:

Approved By: lillialexis

Checks:

Pull Request URL: #64
  • Loading branch information
benchristel authored Sep 21, 2022
1 parent be4ef30 commit 830604f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitconfig.khan
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
rb = !git review-branch
pb = !git review-branch ; short for 'phabricator branch'
pr = !git pull-request
prs = !git pull-requests

# Other useful commands.
outgoing = "!git fetch >/dev/null 2>&1; git log @{upstream}..HEAD"
Expand Down

0 comments on commit 830604f

Please sign in to comment.