From e885efd38c61e23166e20b9e02205a9782346dd7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 26 Feb 2024 12:14:58 -0500 Subject: re-add my git git alias --- git/.config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/git/.config/git/config b/git/.config/git/config index 4266d22..4345cb4 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -27,6 +27,7 @@ st = status -sb start = "!f() { git commit --allow-empty -m 'initial commit' && git add . && git commit -m 'project skeleton'; }; f" track = "!f() { local name=$(git name-rev --name-only --exclude='branchless/*' @); git branch --set-upstream-to=origin/$name $name; }; f" + git = !git [github] user = doy [core] -- cgit v1.2.3-54-g00ecf