Skip to content

Commit ad32ec0

Browse files
committed
New abbr to merge PR
1 parent f4d796c commit ad32ec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/common/.config/fish/conf.d/abbr.fish

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ alias gcm "git co master"
1717
alias grm "git rebase master"
1818
alias grc "git rebase --continue"
1919
alias gra "git rebase --abort"
20-
alias gcb 'function _gcb; git checkout -b damien/$argv[1]; end; _gcb'
20+
alias gcb "function _gcb; git checkout -b damien/$argv[1]; end; _gcb"
21+
alias ghm "gh pr merge --admin --delete-branch --squash"
2122

2223
alias e nvim
2324
alias tf terraform

0 commit comments

Comments
 (0)