This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dev:git [2025/01/14 13:26] tomas [užitešné nástroje] |
dev:git [2026/01/30 01:57] (current) tomas [Scenare] |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| [[https:// | [[https:// | ||
| [[https:// | [[https:// | ||
| + | [[https:// | ||
| ====git promenne==== | ====git promenne==== | ||
| Line 171: | 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 | ||
| + | |||
| ``` | ``` | ||