Skip to content

Git external init command doesn't take into account the branch parameters. #7

@mskoczylas

Description

@mskoczylas

When you configure git external to a repo with a branch, the branch parameter is not taking into account when you init externals.
To fix:
On line 70 of git_external.rb
system "git clone #{url} #{path}"

This command should be there somewhere :D
system "git clone -b #{branch} #{url} #{path}"

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