diff options
| author | 2022-08-06 16:30:22 -0400 | |
|---|---|---|
| committer | 2022-08-06 16:30:22 -0400 | |
| commit | 806f554b2154312f0d4f5f899e2aafdaa7557093 (patch) | |
| tree | 988609b3961ba14e0431e50fe2b11cf646269c63 /dot_config/git | |
| parent | sh/ssh: fix typo (diff) | |
update git config
Diffstat (limited to '')
| -rw-r--r-- | dot_config/git/config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dot_config/git/config b/dot_config/git/config index 07c5592..0c2eaec 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -6,6 +6,7 @@ ci = commit --verbose co = checkout cb = checkout -b + ch = cherry-pick cp = commit --patch dc = diff --cached hr = reset --hard HEAD @@ -43,16 +44,16 @@ [rebase] autoSquash = true [sendemail] - from = toast@toast.cafe + from = code@toast.bunkerlabs.net smtpencryption = tls smtpserver = smtp.migadu.com smtpserverport = 465 - smtpuser = toast@toast.cafe + smtpuser = toast@bunkerlabs.net [status] branch = true short = true [user] - email = toast@toast.cafe + email = code@toast.bunkerlabs.net name = Chloe Kudryavtsev [url "git@github.com:CosmicToast/"] |
