From 34764e6bc3913b3ea718895a4626434ade9834c4 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Thu, 26 May 2022 12:30:07 -0700 Subject: [PATCH] Add git alias alias todos --- src/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.gitconfig b/src/.gitconfig index f7fb731..e7790a1 100644 --- a/src/.gitconfig +++ b/src/.gitconfig @@ -1,4 +1,6 @@ [alias] + # TODO: fix columnizing (-l arg with v2.37+, or some other workaround?) + # TODO: wrap command column for long commands alias = !git config --get-regexp '^alias\\.' | cut -d '.' -f '2-' | sed -re 's/^([^ ]+) /\\1*/g' | column -s '*' -t | sort amend = commit --amend amend-a = commit -a --amend