[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
|
# URL ALIASES
|
||||||
# -----------
|
# -----------
|
||||||
# Alias for my mian account
|
# Alias for my mian account
|
||||||
[url "https://github.com/anas-elgarhy/"]
|
[url "git@github.com:anas-elgarhy/"]
|
||||||
insteadOf = me://
|
insteadOf = me://
|
||||||
# COLORS
|
# COLORS
|
||||||
# ------
|
# ------
|
||||||
|
@ -50,3 +50,8 @@
|
||||||
unmerged = magenta bold reverse
|
unmerged = magenta bold reverse
|
||||||
untracked = red
|
untracked = red
|
||||||
updated = green bold
|
updated = green bold
|
||||||
|
[user]
|
||||||
|
name = Anas Elgarhy
|
||||||
|
email = anas.elgarhy.dev@gmail.com
|
||||||
|
[core]
|
||||||
|
editor = lvim
|
||||||
|
|
Loading…
Reference in a new issue