From ce1678ec45b4b0df1c3195b926410e62641de431 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Fri, 5 Aug 2022 12:44:06 -0400 Subject: Add git module --- modules/40-git/gitconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/40-git/gitconfig (limited to 'modules/40-git/gitconfig') diff --git a/modules/40-git/gitconfig b/modules/40-git/gitconfig new file mode 100644 index 0000000..2a66c5e --- /dev/null +++ b/modules/40-git/gitconfig @@ -0,0 +1,14 @@ +[user] + name = Galen Guyer + email = galen@galenguyer.com + signingkey = 7E54503B0CC743654BEB7187185693577B356767 +[gpg] + program = gpg +[commit] + gpgsign = true +[pull] + rebase = true +[alias] + lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all +[push] + autoSetupRemote = true -- cgit v1.2.3