aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 0000000..af54786
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,26 @@
+[user]
+ email = me@cameronkatri.com
+ name = Cameron Katri
+ signingkey = 7D3B36CEA40FCC2181FB6DCDBAFFD97826540F1C
+[commit]
+ gpgsign = true
+[filter "lfs"]
+ smudge = git-lfs smudge -- %f
+ process = git-lfs filter-process
+ required = true
+ clean = git-lfs clean -- %f
+[color]
+ diff = auto
+ status = auto
+ branch = auto
+ interactive = auto
+ ui = true
+ pager = true
+[interactive]
+ diffFilter = diff-highlight
+[init]
+ defaultBranch = main
+[credential]
+ helper = store
+[alias]
+ tree = log --graph --all --date=rfc --pretty=format:'%C(auto)%h%d %Cgreen%an <%ae>%n%CresetAuthor Date: %Cred%ar %Cblue(%ad) %n%CresetCommit Date: %Cred%cr %Cblue(%cd) %n%n%Creset%s%n'