diff --git a/%D0%9F%D0%B5%D1%80%D0%B5%D0%BD%D0%BE%D1%81-%D1%80%D0%B5%D0%BF%D0%BE%D0%B7%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D1%8F.md b/%D0%9F%D0%B5%D1%80%D0%B5%D0%BD%D0%BE%D1%81-%D1%80%D0%B5%D0%BF%D0%BE%D0%B7%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D1%8F.md new file mode 100644 index 0000000..95361ad --- /dev/null +++ b/%D0%9F%D0%B5%D1%80%D0%B5%D0%BD%D0%BE%D1%81-%D1%80%D0%B5%D0%BF%D0%BE%D0%B7%D0%B8%D1%82%D0%BE%D1%80%D0%B8%D1%8F.md @@ -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 +``` \ No newline at end of file