This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
dev:git [2025/06/09 15:35] tomas [užitečné nástroje] |
dev:git [2026/01/30 01:57] (current) tomas [Scenare] |
||
|---|---|---|---|
| Line 172: | Line 172: | ||
| git push origin --force --all | git push origin --force --all | ||
| git push origin --force --tags | git push origin --force --tags | ||
| + | |||
| + | #MIGRACE REPA | ||
| + | git clone --mirror REPO | ||
| + | git lfs install --local | ||
| + | git lfs migrate import --verbose --above=100MB --everything | ||
| + | git remote add github REPO2 | ||
| + | git lfs fetch --all | ||
| + | git push github --mirror | ||
| + | git lfs push github --all | ||
| + | |||
| ``` | ``` | ||