update
This commit is contained in:
parent
5930a3f5cd
commit
5e95811278
3 changed files with 34 additions and 1 deletions
16
.gitconfig
Normal file
16
.gitconfig
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue