Git Feature Branch

From GM-RKB
Jump to navigation Jump to search

A Git Feature Branch is a task-specific short-lived code version control branch that isolates git feature development work with git feature branch naming conventions like `feat/<ticket>-<description>`.