You cannot "exclude commits". Like I said, you need to squash on your local branch, this will merge commits together, and then push -f.
http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html -- Itamar Syn-Hershko http://code972.com | @synhershko <https://twitter.com/synhershko> Freelance Developer & Consultant Lucene.NET committer and PMC member On Sat, Jan 24, 2015 at 5:46 AM, Hakeem Mohammed <[email protected]> wrote: > Hey, I dont see an option to exclude previous commits when creating a PR. > is there a hidden feature somewhere? Thanks > > On Fri, Jan 23, 2015 at 10:39 PM, hakeemsm <[email protected]> wrote: > > > Github user hakeemsm closed the pull request at: > > > > https://github.com/apache/lucenenet/pull/53 > > > > > > --- > > If your project is set up for it, you can reply to this email and have > your > > reply appear on GitHub as well. If your project does not have this > feature > > enabled and wishes so, or if the feature is enabled but not working, > please > > contact infrastructure at [email protected] or file a JIRA > ticket > > with INFRA. > > --- > > >
