terminal.integrated.shell.windows
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.shell.windows": "D:\\Git\\bin\\bash.exe",
git remote add computer //имя_компа/шара/путь/до/репозитория
git fetch computer #скачать все изменения с компа
git remote add laptop //имя_ноута/шара/путь/до/репо
git fetch laptop #скачать всё с ноута
git merge --ff-only laptop/main