Branch-ების დასახელებისთვის ვიყენებთ შემდეგ კონვენციას:
Basics
Descriptive Names: A well-named branch gives immediate context for its purpose. Instead of generic names, choose clarity. For example: feature/login, bugfix/navbar-overflow
Use Hyphens: Use hyphens to seperate words (or kebab case) in branch name, this ensures readability. For instance, bugfix/fix-login-issue is more readable than bugfix/fixLoginIssue or bugfix/fix_login_issue.
Alphanumeric Lowercase Characters: Use only alphanumeric lowercase characters (a-z, 0–9) and hyphens. Avoid punctuation, spaces, underscores, or any special characters whenever possible.
Avoid Unneccessary Hyphens: Avoid unneccessary hyphens, like subsequent or trailing hyphens. For instance, feat/new — login- is a bad practice.
Short and Effective: Keep branch names simple. While descriptive, they should also be concise enough to convey the goal at a glance.
Prefix or Type
feature/: For developing new features,
bugfix/: To fix bugs in the code. Often created associated to an issue.
ეს საკითხი, თქვენ დიდად არ უნდა დაგჭირდეთ, რადგან მე შევქმნი ყველა დავალების მიხედვით ბრენჩებს. მაგრამ თუ ისეთი სიტუაცია იქნება, რომ დამოუკიდებლად ბრენჩის გაკეთება მოგიწევთ, ეს კონვენცია გაითვალისწინეთ
Branch-ების დასახელებისთვის ვიყენებთ შემდეგ კონვენციას:
Basics
Prefix or Type
ვეყრდნობით სტატიას: https://medium.com/@shinjithkanhangad/git-good-best-practices-for-branch-naming-and-commit-messages-a903b9f08d68. მოცემული წყარო გვირჩია ელენემ