Skip to content

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

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}"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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