From 8c7f6739d0f998146be56e1bc0c8d12852de9b4f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 25 Aug 2022 00:27:08 +0100 Subject: [PATCH] fix(aliases): update to use `gh` --- roles/git/files/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/git/files/.gitconfig b/roles/git/files/.gitconfig index abfdd1bd..d9087101 100644 --- a/roles/git/files/.gitconfig +++ b/roles/git/files/.gitconfig @@ -22,7 +22,7 @@ pl = pull prune = remote prune origin ps = push - pulls = !hub browse -- pulls + pulls = !gh pr list --web rbc = rebase --continue rdup = !git dup && git rebase develop remotes = remote -v