summaryrefslogtreecommitdiff
path: root/dot_config/git
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2022-08-06 16:30:22 -0400
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2022-08-06 16:30:22 -0400
commit806f554b2154312f0d4f5f899e2aafdaa7557093 (patch)
tree988609b3961ba14e0431e50fe2b11cf646269c63 /dot_config/git
parentsh/ssh: fix typo (diff)
update git config
Diffstat (limited to '')
-rw-r--r--dot_config/git/config7
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/"]