Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add branching to git #224

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mwitkow
Copy link

@mwitkow mwitkow commented Oct 7, 2016

This allows users to customize the ref to use from the branch. For example:

  "vcs": "git",
  "vcs-config": {
    "ref": "releases/9.0"
},

@igorwwwwwwwwwwwwwwwwwwww
Copy link
Contributor

Yes please!

@kylej-ibm
Copy link

Please merge this feature

@derimagia
Copy link

url-pattern config option should get {ref} option and the default option should use this:

https://github.com/improbable-io/hound/blob/c6c5459ffb60207e13c0d8cfaab2e7eed8658108/config/config.go#L16

@sbergot
Copy link

sbergot commented Dec 15, 2016

@derimagia this would be a nice addition, but right now this you can still do this by hardcoding the reference in the url-pattern.

@frankchdez
Copy link

@mwitkow consider adding "--branch", g.Ref, to the Clone method

@dmsimard
Copy link

#275 provides the ability to specify a git branch other than the hardcoded "master" and it works for us.

Base automatically changed from master to main February 24, 2021 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants