Skip to content

Allow creation of new branch with fold #37

@narnaud

Description

@narnaud

To create a new branch from a commit, one can use: loom branch <branch_name> -t <sha1>
But the --target flag is not really explicit, and once used to fold it makes sense to use this command.

Add a --create flag to create a new branch if the branch name does not exist:
loom fold -c <sha> <branch_name>which will be equivalent to:loom fold <branch_name> -t `

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions