diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-26 09:56:29 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-26 09:56:29 +0200 |
commit | 7a0f084d203dd36deb532ae9eea9bf96e935e9d7 (patch) | |
tree | 85b27aa4a0da43cb86e6883adcaa5ebfa0434e36 /.config/git/config | |
parent | 87b2d6a95beb8a4f76739cb7e1a8044f3cc70d17 (diff) |
add git, latexmk and mpv config files
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..a6b0949 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,29 @@ +[user] + email = loek@pipeframe.xyz + name = lonkaars + signingkey = 1081FFE2B963ADB5BDCF4DA6D0E3BC76E355B6CC +[credential] + helper = cache --timeout 7200 + helper = store +[color] + ui = true +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true +[pull] + rebase = false +[alias] + adda = add -A + a = add -A + c = commit + s = status + ps = push + pl = pull + l = log + d = diff +[init] + defaultBranch = master +[commit] + gpgsign = true |