Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse.org-committers] Experience using GitHub verus Eclipse.org Hosted Git



From: Stefan Oehme <st.oehme@xxxxxxxxx>

Am 30.03.2016 um 11:42 schrieb Zivkov, Sasa <sasa.zivkov@xxxxxxx>:
Github's pull requests encourage the fix-up working style: if something needs to be fixed
it is usually done in a new commit on top of the existing commits in the pull request.

You can avoid that by rebasing and squashing commits in the PR as necessary.

Sure it is possible, but it is just not how majority of Github users work... because
fix-up style is the default. This is why I wrote "encourage".

Back to the top