Skip to content

Commit 4924f64

Browse files
author
charly palencia
committed
-madd file
1 parent 4d05413 commit 4924f64

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

config

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# Default GitHub user
1+
#Default GitHub
22
Host github.com
3-
User git
4-
Hostname github.com
5-
IdentityFile /Users/USERNAME/.ssh/id_rsa
6-
# Default GitHub user
7-
Host github-second
8-
User git
9-
Hostname github.com
10-
IdentityFile /Users/USERNAME/.ssh/id_rsa_second
11-
3+
HostName github.com
4+
User git
5+
IdentityFile ~/.ssh/id_rsa
6+
#Default GitHub
7+
Host github-company
8+
HostName github.com
9+
User git
10+
IdentityFile ~/.ssh/id_rsa_OTHER_LABEL
1211

0 commit comments

Comments
 (0)