Изменил(а) на 'Перенос репозитория'

max 2022-04-17 23:24:07 +03:00
parent 19bd0b4218
commit 66a0b42d0a

@ -0,0 +1,7 @@
```
git clone --bare https://hostname/exampleuser/old-repository.git
cd old-repository.git
git lfs fetch --all
git push --mirror https://hostname/exampleuser/new-repository.git
git lfs push --all https://github.com/exampleuser/new-repository.git
```