From 314ce7da6da2fd7e351be5af4c36306750ffed26 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 8 Nov 2024 13:52:43 -0600 Subject: [PATCH] add it all --- home/private_dot_config/git/config.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/private_dot_config/git/config.tmpl b/home/private_dot_config/git/config.tmpl index 632cd6b..7da317c 100644 --- a/home/private_dot_config/git/config.tmpl +++ b/home/private_dot_config/git/config.tmpl @@ -52,7 +52,7 @@ cob = checkout -b br = branch --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) %(color:green)(%(committerdate:relative)) [%(authorname)]' --sort=-committerdate undo = reset HEAD~1 --mixed wip = !git add -A && git commit -m \"wip: $(date +\"%Y.%m.%d %H:%M:%S\")\" -cmtnum = "!git commit -m \"commit #$(( $(git rev-list --count HEAD) + 1 ))\"" +cmtnum = "!git add -A && git commit -m \"commit #$(( $(git rev-list --count HEAD) + 1 ))\"" save = !git add -A && git commit -m \"save: $(date +\"%Y.%m.%d %H:%M:%S\")\" aliases = "!git config -l | grep alias | cut -c 7-" gl = config --global -l