summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-03-09 17:54:36 +0100
committerAhmed Abdelhalim <[email protected]>2022-03-09 17:54:36 +0100
commit0628305859dd04d89db255abe0482525317426f9 (patch)
treefa9547601fb03c7245860da46e190ce6a461849d /.gitconfig
parent819d52ed59ac30f187359689a9818ff0bd6be2bf (diff)
Update the name and add authors command to git config
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index ad85ca1..3feb78d 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -8,7 +8,7 @@
[merge]
tool = vimdiff
[user]
- name = a14m
+ name = Ahmed AbdelHalim
username = a14m
signingkey = 7A690E8DFE36C63A99355B1B76296F290BE3A016
@@ -28,6 +28,7 @@
locked = "!sh -c \"git ls-files -v | grep ^S | sed -e 's|S ||'\" -"
lock = "!sh -c \"git update-index --skip-worktree $1\" -"
unlock = "!sh -c \"git update-index --no-skip-worktree $1\" -"
+ authors = shortlog -sne
[push]
default = current
[pull]