add it all

This commit is contained in:
Daylin Morgan 2024-11-08 13:52:43 -06:00
parent 8af92aa783
commit 314ce7da6d
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -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