Обновить git.md

изменился синтаксис в Deb13
This commit is contained in:
2025-09-06 11:06:36 +03:00
parent fdd3291efd
commit 19d33f9f1d

2
git.md
View File

@@ -134,7 +134,7 @@ git clone -c core.sshCommand="/usr/bin/ssh -i /home/da2001/.ssh/sape_a.dolgiy" s
2. Указать в настройках локального репозитория необходимый ключ
```shell
git config --local core.sshCommand="/usr/bin/ssh -i /home/da2001/.ssh/sape_a.dolgiy"
git config --local core.sshCommand "/usr/bin/ssh -i /home/da2001/.ssh/sape_a.dolgiy"
```
[вверх](#git)