Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Branches list without prefixes #53

@puffy

Description

@puffy

Strano use below code of formatting branch name:

branch = br.gsub(/\*/, '').strip.split(' ').first.split('/').last

Why it split first part of branch prefix? Prefixes can be useful in teams (e.g. username/branch_name) to identify owner of the branch...

In additional final splitted branches are not sorted making them difficult to find.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions