|
|
# GitLab Profi University uchun sozlamalar
|
|
## GitLab Profi University uchun sozlamalar
|
|
|
|
|
|
|
|
```bash
|
|
|
Host gitlab.profiuniversity.uz
|
|
Host gitlab.profiuniversity.uz
|
|
|
HostName gitlab.profiuniversity.uz
|
|
HostName gitlab.profiuniversity.uz
|
|
|
User git
|
|
User git
|
|
|
IdentityFile ~/.ssh/id_rsa_profiuniversity
|
|
IdentityFile ~/.ssh/id_rsa_profiuniversity
|
|
|
IdentitiesOnly yes |
|
IdentitiesOnly yes |
|
|
|
|
|
|
|
# GitLab.com uchun sozlamalar
|
|
|
|
|
Host gitlab.com
|
|
|
|
|
HostName gitlab.com
|
|
|
|
|
User git
|
|
|
|
|
IdentityFile ~/.ssh/id_rsa_gitlab_com
|
|
|
|
|
IdentitiesOnly yes |
|
|