Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:git [2023/05/16 11:07]
tomas [Vetve / branches]
dev:git [2025/06/09 15:35] (current)
tomas [užitečné nástroje]
Line 5: Line 5:
 [[https://www.git-tower.com/learn/git/ebook/en/command-line/appendix/best-practices|Best practice]]\\ [[https://www.git-tower.com/learn/git/ebook/en/command-line/appendix/best-practices|Best practice]]\\
 [[https://www.atlassian.com/git/tutorials/comparing-workflows/centralized-workflow|Tutorial on workflow]]\\ [[https://www.atlassian.com/git/tutorials/comparing-workflows/centralized-workflow|Tutorial on workflow]]\\
 +
 +====užitečné nástroje====
 +[[https://pre-commit.com|pre-commit]] ... automatické akce v případě volání git hooku, jako třeba git commit. Např automaticky zformátuje a zvaliduje kód\\
 +conventional commits ... prefix konvence commitů pro lepší rozpoznání účelu a pro automatické generování changelogu\\
 +sme\\
 +[[https://github.com/cookpete/auto-changelog|auth-changelog]] ... automatické generování changelogů\\
 +[[https://medium.com/opensight-ch/git-semantic-versioning-and-conventional-commits-564aece418a0|článek]] o použití sematického verzování, conventional commits, release note, change logu atd\\
 +[[https://git-scm.com/book/en/v2/Git-Tools-Submodules|Submodule]] ... možnost mít v git repozitáři namountované i jiné repozitáře v podadresářích, když máme závislosti na jiné repa\\
  
 ====git promenne==== ====git promenne====