Inital commit
Using stow
This commit is contained in:
26
.gitconfig
Normal file
26
.gitconfig
Normal file
@ -0,0 +1,26 @@
|
||||
[user]
|
||||
email = daniel-git@c0ntroller.de
|
||||
name = Daniel Kluge
|
||||
signingKey = ~/.ssh/id_rsa.pub
|
||||
[init]
|
||||
defaultBranch = senpai
|
||||
[alias]
|
||||
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' --all
|
||||
fpush = push
|
||||
[rerere]
|
||||
enabled = true
|
||||
autoUpdate = true
|
||||
[branch]
|
||||
sort = -committerdate
|
||||
[column]
|
||||
ui = auto
|
||||
[commit]
|
||||
gpgSign = true
|
||||
[push]
|
||||
gpgSign = if-asked
|
||||
[tag]
|
||||
gpgSign = true
|
||||
[gpg]
|
||||
format = ssh
|
||||
[url "https://github.com/"]
|
||||
insteadOf = ssh://git@github.com/
|
Reference in New Issue
Block a user