BranchingEn - DP2-C1-057/Acme-ANS-D05 GitHub Wiki
🌿 Branch Naming Convention
To maintain an organized and consistent workflow, all branches must follow the naming convention below:
uvus-TaskXX-T
Where:
uvus
→ Corresponds to the student's UVUS identifier.- Example:
roclopmoy
for Rocío López Moyano.
- Example:
XX
→ Represents the number of the assigned task.- Example:
01
for task 1.
- Example:
T
→ Indicates the type of task:I
→ For individual tasks.G
→ For group tasks.
🔹 Branch name examples:
roclopmoy-Task01-I
→ Rocío López Moyano's first individual task.
🔙 Back