From 082b24ea47d4cbb5d0dddb40556e02ec3dbf14a2 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sun, 23 Oct 2016 15:03:26 +1100 Subject: [PATCH] Move public user info into the versioned config, and GPG stuff into the private config.local --- config/git/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/git/config b/config/git/config index 9d8600d..f7a29a3 100644 --- a/config/git/config +++ b/config/git/config @@ -1,6 +1,10 @@ [include] path = config.local +[user] + name = Danielle McLean + email = gopsychonauts@gmail.com + [alias] co = checkout d = diff @@ -8,8 +12,5 @@ st = status --short shove = "!f() { git push ${1:-origin} :; }; f" -[commit] - gpgsign = true - [url "git@github.com:"] pushInsteadOf = https://github.com/