From 7c5bda09199657dc2c66c619566cdd8db3222dc8 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Fri, 5 May 2023 17:14:50 +0300 Subject: [PATCH] [update] Use the ssh insted of https in `me://` alias --- .gitconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 8bae9c6..d52d754 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,7 +6,7 @@ # URL ALIASES # ----------- # Alias for my mian account -[url "https://github.com/anas-elgarhy/"] +[url "git@github.com:anas-elgarhy/"] insteadOf = me:// # COLORS # ------ @@ -50,3 +50,8 @@ unmerged = magenta bold reverse untracked = red updated = green bold +[user] + name = Anas Elgarhy + email = anas.elgarhy.dev@gmail.com +[core] + editor = lvim