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 option to initialize git repo with a particular branch #13

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

Conversation

somtochiama
Copy link
Member

This pull request adds a DefaultBranch field in the Config that the git repository will be initialized with.
Without this, the repository will be initialized with the default branch in the user's setting.
This can cause unintended side effects, e.g in the source-controller tests that assumes and pushes the master branch.
But the repository is initialized to the main branch per-user settings. Cloning the repository without specifying a branch fails.

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant