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/