--- title: Branch name path: components/branch-name status: Stable source: 'https://github.com/primer/css/tree/master/src/branch-name' bundle: branch-name --- Branch names can be a link name or not: ```html live a_new_feature_branch ``` ```html live a_new_feature_branch ``` You may also include an octicon before the branch name text: ```jsx live {/* <%= octicon("git-branch", width:16, height:16) %> */} a_new_feature_branch ```