This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dev:git [2023/05/16 11:07] tomas [Vetve / branches] |
dev:git [2026/01/30 01:57] (current) tomas [Scenare] |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| [[https:// | [[https:// | ||
| [[https:// | [[https:// | ||
| + | |||
| + | ====užitečné nástroje==== | ||
| + | [[https:// | ||
| + | conventional commits ... prefix konvence commitů pro lepší rozpoznání účelu a pro automatické generování changelogu\\ | ||
| + | sme\\ | ||
| + | [[https:// | ||
| + | [[https:// | ||
| + | [[https:// | ||
| ====git promenne==== | ====git promenne==== | ||
| Line 164: | 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 | ||
| + | |||
| ``` | ``` | ||