Skip to content

Commit

Permalink
Add 'git pr' alias for pull-request (#35)
Browse files Browse the repository at this point in the history
## Summary:
Issue: https://khanacademy.atlassian.net/browse/FEI-3655

## Test plan:
🤞

Author: jaredly

Reviewers: jeresig, lillialexis

Required Reviewers: 

Approved by: jeresig

Checks: 

Pull request URL: #35
  • Loading branch information
jaredly authored Aug 2, 2021
1 parent 694e26b commit 7f2ae0e
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 @@ -26,6 +26,7 @@
db = !git deploy-branch
rb = !git review-branch
pb = !git review-branch ; short for 'phabricator branch'
pr = !git pull-request

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

0 comments on commit 7f2ae0e

Please sign in to comment.