diff options
author | June McEnroe <programble@gmail.com> | 2017-06-10 16:49:51 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-06-10 16:49:51 -0400 |
commit | d49fd7f88e2587683827640b05f4b37801c6dac9 (patch) | |
tree | a3ca53077908aefcf7a8ff0b6f6842fa30cfb929 /curtis/.config/git/config | |
parent | Remove Programming keyboard layout (diff) | |
download | src-d49fd7f88e2587683827640b05f4b37801c6dac9.tar.gz src-d49fd7f88e2587683827640b05f4b37801c6dac9.zip |
Move actual dotfiles into curtis directory
Diffstat (limited to 'curtis/.config/git/config')
-rw-r--r-- | curtis/.config/git/config | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/curtis/.config/git/config b/curtis/.config/git/config new file mode 100644 index 00000000..c34f0a9b --- /dev/null +++ b/curtis/.config/git/config @@ -0,0 +1,15 @@ +[user] + name = Curtis McEnroe + email = programble@gmail.com + +[commit] + gpgSign = true + +[rebase] + autosquash = true + +[pretty] + log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an> + +[include] + path = ./private |