Создание репозитория
Last updated
Was this helpful?
Last updated
Was this helpful?
Установить YandexDisk и создать папку синхронизации.
Зайти в проект и вызвать GitBush.
git init
git lfs install
git add .gitattributes
git add .gitignore
Настроить игнор и атрибут листы
git add --all
git commit -m "init"
git init --bare D:/YandexDisk/DeathHunterGit/DeathHunter.git или git init --bare D:/GoogleDisk/DeathHunterGit/DeathHunter.git
git remote add YandexDisk D:/YandexDisk/DeathHunterGit/DeathHunter.git или git remote add GoogleDisk D:/GoogleDisk/DeathHunterGit/DeathHunter.git
git push -u YandexDisk master или git push -u GoogleDisk master
Статьи: https://itnan.ru/post.php?c=1&p=425073 https://git-lfs.github.com/