We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d05413 commit 4924f64Copy full SHA for 4924f64
config
@@ -1,12 +1,11 @@
1
-# Default GitHub user
+#Default GitHub
2
Host github.com
3
- User git
4
- Hostname github.com
5
- IdentityFile /Users/USERNAME/.ssh/id_rsa
6
7
-Host github-second
8
9
10
- IdentityFile /Users/USERNAME/.ssh/id_rsa_second
11
-
+HostName github.com
+User git
+IdentityFile ~/.ssh/id_rsa
+Host github-company
+IdentityFile ~/.ssh/id_rsa_OTHER_LABEL
12
0 commit comments