dotfiles/.gitconfig
2026-05-18 06:50:15 +05:00

16 lines
368 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