From 0628305859dd04d89db255abe0482525317426f9 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 9 Mar 2022 17:54:36 +0100 Subject: Update the name and add authors command to git config --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitconfig') 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 email = a14m@pm.me 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] -- cgit v1.2.3