We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5af6d commit 25e74b4Copy full SHA for 25e74b4
1 file changed
config/gh/config.yml
@@ -8,8 +8,8 @@ prompt: enabled
8
pager:
9
# Aliases allow you to create nicknames for gh commands
10
aliases:
11
- co: pr checkout
12
- default-branch: '!gh api repos/:owner/:repo | jq --raw-output .default_branch'
13
- sup: pr checks
14
- sw: pr checkout
+ co: pr checkout
+ default-branch: '!gh api repos/:owner/:repo | jq --raw-output .default_branch'
+ sup: pr checks
+ sw: pr checkout
15
version: '1'
0 commit comments