Differences
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 [2025/01/14 13:26] (current) tomas [užitešné nástroje] |
[[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\\ |
| |
====git promenne==== | ====git promenne==== |