diff options
Diffstat (limited to '')
-rw-r--r-- | home/.config/git/config | 19 | ||||
-rw-r--r-- | home/.config/git/ignore | 3 |
2 files changed, 22 insertions, 0 deletions
diff --git a/home/.config/git/config b/home/.config/git/config new file mode 100644 index 00000000..094e0e71 --- /dev/null +++ b/home/.config/git/config @@ -0,0 +1,19 @@ +[user] + name = June McEnroe + email = june@causal.agency + +[commit] + gpgSign = true + verbose = true + +[merge] + conflictStyle = diff3 + +[rebase] + autosquash = true + +[pretty] + log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an> + +[include] + path = ./private diff --git a/home/.config/git/ignore b/home/.config/git/ignore new file mode 100644 index 00000000..22bb82f8 --- /dev/null +++ b/home/.config/git/ignore @@ -0,0 +1,3 @@ +*.DS_store +*.dSYM/ +.pult* |