diff --git a/git/.gitconfig b/git/.gitconfig index 21ef1c7..c7807ec 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,3 +1,7 @@ +[user] + name = Anthony Axenov + email = anthonyaxenov@gmail.com + signingKey = F7CCD4EC [core] editor = nano autocrlf = input @@ -25,3 +29,4 @@ path = ~/.git_aliases.local [include] path = ~/.gitconfig.local ; use this file to store other personal settings and aliases +