[update] Use the ssh insted of https in me://
alias
This commit is contained in:
parent
4a1f09d970
commit
7c5bda0919
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue