This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/git/config

22 lines
702 B
Plaintext

[user]
email = swytch@mailo.com
name = David JULIEN
signingKey = AA82A06F
[gpg]
program = gpg2
[init]
defaultBranch = main
[status]
submodulesummary = 1
[fetch]
prune = true
[pull]
rebase = false
[submodule]
recurse = true
[push]
recurseSubmodules = check
[alias]
lg1 = log --graph --abbrev-commit --decorate --date-order --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(bold white)- %an%C(reset)' --all