From c615b643c9d4e1206a491b87439f7fe71a862d12 Mon Sep 17 00:00:00 2001 From: mhsn Date: Thu, 2 Oct 2025 16:33:32 +0100 Subject: gitconfig --- .config/git/config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .config/git/config (limited to '.config/git') diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..9483e58 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,33 @@ +[alias] + adog = log --all --oneline --graph --format='%C(cyan)%h %C(magenta)%an%C(auto)%d %<(80,trunc)%s' +[branch] + sort = -committerdate +[column] + ui = auto +[commit] + gpgsign = true + verbose = true +[core] + editor = nvim +[diff] + algorithm = histogram + colorMoved = plain + mnemonicPrefix = true + renames = true +[help] + autocorrect = immediate +[init] + defaultBranch = master +[merge] + conflictstyle = zdiff3 +[pull] + rebase = true +[push] + autoSetupRemote = true +[tag] + gpgsign = true + sort = version:refname +[user] + email = mail@mhsn.net + name = mhsn + signingkey = BABE9F12A20922D8C71A7499D63E2C6BDA5DDE1A -- cgit v1.2.3