From a36c56eb895ae81268dd3bde912cf5f7abe3dc1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?boggs=20=F0=9F=8C=8A?= <6130147+b-ggs@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:11:14 +0800 Subject: [PATCH] Delete gh aliases before importing --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c14b364..3c214f9 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ git-configure: # gh gh-configure: + gh alias delete --all gh alias import --clobber ./gh/aliases.yml # util