modified: .gitconfig

This commit is contained in:
Cheng 2023-09-28 04:34:51 +00:00
parent b60c57c2d2
commit a68282e390
No known key found for this signature in database
GPG Key ID: 571C3A9C3B9E6FCA

View File

@ -9,7 +9,7 @@
lg = log --max-count=6 --pretty=format:'%C(auto)%h %d %Creset %p %C("#60A0FF")%cr %Cgreen %cn %G? %GT trust%Creset%n %<(78,trunc)%s%n'
graph = log --max-count=38 --graph --pretty=format:'%C(auto)%h %<(78,trunc)%s %Cgreen(%cr) %C(bold blue)%cn %G?%Creset' --abbrev-commit
alias = !git config --get-regexp ^alias\\. | sed -e s/^alias\\.// -e s/\\ /\\ =\\ / | grep -v ^'alias ' | sort
utcmt = commit --date=\"$(date --utc +%Y-%m-%dT%H:%M:%Sz)\"
utcmt = !git commit --date=\"$(date --utc +%Y-%m-%dT%H:%M:%Sz)\"
[commit]
gpgSign = true
[push]