From 5e77533e277e3b49da101b4707f34f7079f0937d Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 15 Jan 2021 12:46:08 +0100 Subject: gitconfig: signkey and fix fd --- git/.gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git/.gitconfig') diff --git a/git/.gitconfig b/git/.gitconfig index 238947a..d0ae13e 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,12 +1,13 @@ [user] name = Santo Cariotti email = santo@dcariotti.me + signingkey = C9B7C8FD3701C2C6 [alias] ci = commit co = checkout logs = log --graph --branches --remotes --tags --pretty=format':%C(yellow)%h%C(green)%d%Creset %s %C(yellow)|%Creset %C(cyan)%an <%ae> %C(yellow)| %C(white)%aD %C(red)(%ar)%Creset' st = status - fd = "!f() { git l --grep=$1; }; f" + fd = "!f() { git log --grep=$1; }; f" amend = commit --amend [credential] helper = store -- cgit v1.2.3-18-g5258