dotfiles/.gitconfig
2026-09-02 17:51:42 +05:00

20 lines
469 B
INI

[user]
email = rafayahmad@fluxgrid.pk
name = RafayAhmad7548
signingkey = /home/rafayahmad/.ssh/id_github.pub
[core]
editor = nvim
[push]
default = current
autoSetupRemote = true
[alias]
graph = log --oneline --graph --decorate --all --color
diverged = "!f() { git rev-list --left-right --count HEAD...\"$1\"; }; f"
[gpg]
format = ssh
[commit]
gpgsign = true
[gpg "ssh"]
allowedSignersFile = /home/rafayahmad/.ssh/allowed_signers
[init]
defaultBranch = main