AutoSave - For reset

This commit is contained in:
2025-12-26 01:14:26 +01:00
parent 79468bae86
commit 357e1f081a
4 changed files with 1102 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
lg = "log --oneline --graph --decorate"
st = "status"
up = "!f() { git add .; git commit -a -m 'auto commit'; git fetch -a && git pull && git push; }; f"
up = "!f() { git add .; git commit -a -m 'auto commit'; git fetch -a && git pull && git push; }; f"
[branch]
autoSetupMerge = true
@@ -33,3 +34,15 @@
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[advice]
mergeConflict = false
[sendemail]
smtpserver = mail.gmx.net
smtpuser = jonashahn1@gmx.net
smtpencryption = ssl
smtpserverport = 465
confirm = "always"
[credential]
helper = store