You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
armbian_config/.gitconfigsign

36 lines
880 B

[user]
name = Štefan Bystriansky
email = bystriansky.stefan12@gmail.com
signingkey = AD7552BD2FED9F02AD83C1735584F1ECF6232C7B
[core]
editor = vim
autocrlf = input
quotepath = false
commitGraph = true
pager = less -r
[alias]
lol = log --graph --decorate --pretty=oneline --abbrev-commit --all
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
lg = log --graph --pretty=format:'%Cred%h%Creset - %Cgreen%cd%Creset -%C(yellow)%d%Creset %s %Cgreen(%cn)%Creset' --abbrev-commit --date=iso-strict-local
p = !git push && git push --tags
undo = " reset --soft HEAD ^ "
amend = commit --amend
[commit]
gpgsign = true
[tag]
gpgSign = true
[help]
autocorrect = 1
[rerere]
enabled = 1
[color]
status = auto
branch = auto
diff = auto
ui = true
[receive]
advertisePushOptions = true
[gc]
writeCommitGraph = true
[init]
defaultBranch = master