Skip to content

Commit

Permalink
Add gh aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Dec 8, 2024
1 parent ec51ff8 commit 1bf2489
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ zsh-configure:
git-configure:
git/configure

# gh
gh-configure:
gh alias import --clobber ./gh/aliases.yml

# util

check-unix:
Expand Down
3 changes: 3 additions & 0 deletions gh/aliases.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
co: pr checkout
prc: pr create
prv: pr view --web

0 comments on commit 1bf2489

Please sign in to comment.