Skip to content

Should skip branch name checking for empty repo? #14

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

Closed
MaxymVlasov opened this issue Nov 16, 2018 · 2 comments
Closed

Should skip branch name checking for empty repo? #14

MaxymVlasov opened this issue Nov 16, 2018 · 2 comments
Labels
question Further information is requested

Comments

@MaxymVlasov
Copy link
Contributor

MaxymVlasov commented Nov 16, 2018

It's for possibility create Initial commit in any branch.

But how about "fixes" for Initial commit? Looks as not very good flow.

@MaxymVlasov MaxymVlasov added the question Further information is requested label Nov 16, 2018
@dzirg44
Copy link

dzirg44 commented Nov 16, 2018

I found 2 workaround to avoid this bug.

  1. When i create repository i must to create README.md , .gitignore etc. also, i think it will be work but it looks not good for me.
  2. Adding interactive question 'do you really want to commit in the master branch' because i can in any moment disable this webhook.

In the git workflow have 'Hot fixs' and we can use it to push to the master branch without create any branch and merge. Only owner can makes this push.

I think disable all features is not a right way because when i created the sample repository without master branch i can create branch which will be 'default' if the other branch have not be define, after that i cannot delete this branch and only Manuel can do it.
👍 thank you for your help

@MaxymVlasov
Copy link
Contributor Author

No longer relevant, see #31 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants