git is XDG these days
This commit is contained in:
parent
f4853eaa5e
commit
bbbd65b312
2 changed files with 0 additions and 2 deletions
28
config/git/config
Normal file
28
config/git/config
Normal file
|
@ -0,0 +1,28 @@
|
|||
[user]
|
||||
email = felix.vanderjeugt@posteo.net
|
||||
name = Felix Van der Jeugt
|
||||
signingkey = 68FF561137C38F9618E97339AF25A2C2862AA368
|
||||
[pull]
|
||||
rebase = true
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
[push]
|
||||
default = simple
|
||||
followTags = true
|
||||
[gpg]
|
||||
program = gpg2
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[pager]
|
||||
status = true
|
||||
[alias]
|
||||
pf = push --force-with-lease
|
||||
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||
ff = merge --ff-only @{upstream}
|
||||
co = checkout
|
||||
jn = merge --no-ff --log --edit
|
||||
s = status -vv
|
||||
[rebase]
|
||||
autoSquash = true
|
||||
[rerere]
|
||||
enabled = true
|
30
config/git/ignore
Normal file
30
config/git/ignore
Normal file
|
@ -0,0 +1,30 @@
|
|||
|
||||
# Compressed files
|
||||
*.gz
|
||||
*.zip
|
||||
|
||||
# Database files
|
||||
*.db
|
||||
|
||||
# Java
|
||||
*.jar
|
||||
*.class
|
||||
|
||||
# C
|
||||
*.o
|
||||
a.out
|
||||
|
||||
# Haskell
|
||||
.stack-work
|
||||
*.hi
|
||||
stack.yaml.lock
|
||||
|
||||
# Rust
|
||||
Cargo.lock
|
||||
target/
|
||||
|
||||
# LaTeX
|
||||
*.log
|
||||
*.aux
|
||||
*.toc
|
||||
*.pdf
|
Loading…
Add table
Add a link
Reference in a new issue