too much to remember
This commit is contained in:
parent
d0a680305c
commit
2a4e6c15f3
17 changed files with 311 additions and 82 deletions
.config/git
|
@ -1,20 +1,20 @@
|
|||
[user]
|
||||
email = tobias@msrg.cc
|
||||
name = Tobias Reisinger
|
||||
signingkey = 723B78C0BF8D8C721D2C4EEF41E544A54E2533B2
|
||||
email = tobias@msrg.cc
|
||||
name = Tobias Reisinger
|
||||
signingkey = 723B78C0BF8D8C721D2C4EEF41E544A54E2533B2
|
||||
[core]
|
||||
excludesfile = ~/.config/git/ignore
|
||||
editor = vim
|
||||
pager = less
|
||||
autocrlf = input
|
||||
excludesfile = ~/.config/git/ignore
|
||||
editor = vim
|
||||
pager = less
|
||||
autocrlf = input
|
||||
[help]
|
||||
autocorrect = 10
|
||||
autocorrect = 10
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
tool = vimdiff
|
||||
[difftool]
|
||||
prompt = false
|
||||
prompt = false
|
||||
[alias]
|
||||
dt = difftool
|
||||
dt = difftool
|
||||
d = diff
|
||||
b = branch -vv
|
||||
logg = log --graph
|
||||
|
@ -27,17 +27,17 @@
|
|||
[mergetool "vim_mergetool"]
|
||||
cmd = vim -f -c "MergetoolStart" "$MERGED" "$BASE" "$LOCAL" "$REMOTE"
|
||||
trustExitCode = true
|
||||
|
||||
[credential]
|
||||
helper = /usr/bin/pass-git-helper
|
||||
[format]
|
||||
signOff = yes
|
||||
helper = /usr/bin/pass-git-helper
|
||||
[sendemail]
|
||||
smtpserver = mail.serguzim.me
|
||||
smtpuser = tobias@msrg.cc
|
||||
smtpencryption = tls
|
||||
smtpserverport = 587
|
||||
smtpserver = mail.serguzim.me
|
||||
smtpuser = tobias@msrg.cc
|
||||
smtpencryption = tls
|
||||
smtpserverport = 587
|
||||
annotate = yes
|
||||
[advice]
|
||||
addIgnoredFile = false
|
||||
addIgnoredFile = false
|
||||
[pull]
|
||||
ff = only
|
||||
ff = only
|
||||
[push]
|
||||
followTags = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue