Require linear history #340
christianparpart
started this conversation in
Development
Replies: 1 comment 5 replies
-
Oh, I'm sorry about this. :( |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(Prevents merge commits from being pushed to matching branches.)
I would like to enable that @data-man - but I am not sure how much you'd feel comfortable with that.
This would require pull requests to not contain any merge commits, therefore, if you want to update your branch with latest master work, one has to do
git rebase origin/master
instead ofgit merge origin/master
.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions