From 4248c20ea1a50b0fdbd2da363be3268ff672949a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 24 Aug 2022 23:43:11 +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 0f12a03e..abfdd1bd 100644 --- a/roles/git/files/.gitconfig +++ b/roles/git/files/.gitconfig @@ -3,7 +3,7 @@ assume = update-index --assume-unchanged assumed = !git ls-files -v | grep '^[hsmrck?]' | cut -c 3- b = branch - browse = !hub browse + browse = !gh repo view --web ca = commit --amend --verbose car = commit --amend --no-edit cl = !hub clone