modified: .gitconfig
This commit is contained in:
parent
b60c57c2d2
commit
a68282e390
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user