Создание репозитория

  1. Установить YandexDisk и создать папку синхронизации.

  2. Зайти в проект и вызвать GitBush.

  3. git init

  4. git lfs install

  5. git add .gitattributes

  6. git add .gitignore

  7. Настроить игнор и атрибут листы

  8. git add --all

  9. git commit -m "init"

  10. git init --bare D:/YandexDisk/DeathHunterGit/DeathHunter.git или git init --bare D:/GoogleDisk/DeathHunterGit/DeathHunter.git

  11. git remote add YandexDisk D:/YandexDisk/DeathHunterGit/DeathHunter.git или git remote add GoogleDisk D:/GoogleDisk/DeathHunterGit/DeathHunter.git

  12. git push -u YandexDisk master или git push -u GoogleDisk master

Статьи: https://itnan.ru/post.php?c=1&p=425073 https://git-lfs.github.com/

Last updated

Was this helpful?