This commit is contained in:
RafayAhmad7548 2026-05-18 06:50:15 +05:00
parent 5930a3f5cd
commit 5e95811278
Signed by: RafayAhmad
SSH key fingerprint: SHA256:WURX8viobA1uawb4dWM3LqYrY+XPcZcXhAXAlrYdhtE
3 changed files with 34 additions and 1 deletions

16
.gitconfig Normal file
View file

@ -0,0 +1,16 @@
[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