summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig22
1 files changed, 19 insertions, 3 deletions
diff --git a/.gitconfig b/.gitconfig
index 5411f31..467a402 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -7,10 +7,26 @@
a = add
co = checkout
br = branch
- st = status
- p = push
- dc = diff --cached
+ st = status
+ p = push
+ dc = diff --cached
+ rs = restore --staged
+[sendemail]
+ smtpserver = smtp.migadu.com
+ smtpuser = fkfd@fkfd.me
+ smtppass = [REDACTED]
+ smtpencryption = ssl
+ smtpserverport = 465
[url "https://invent.kde.org/"]
insteadOf = kde:
[url "ssh://git@invent.kde.org/"]
pushInsteadOf = kde:
+[init]
+ defaultBranch = main
+[pull]
+ rebase = false
+[filter "lfs"]
+ smudge = git-lfs smudge -- %f
+ process = git-lfs filter-process
+ required = true
+ clean = git-lfs clean -- %f