Git & DevOps tools
// Git & DevOps

Branch Name

> Generate consistent git branch names from type, ticket ID, and a short description.

branch.cfg
branch.out

feature/proj-123/add-auth-flow

git checkout -b feature/proj-123/add-auth-flow
# or
git switch -c feature/proj-123/add-auth-flow