On Fri, Apr 6, 2018 at 8:47 AM, Allen George <allen.geo...@gmail.com> wrote:
> Hi Jim, > > 3. Does “squash and merge” not allow us to change the commit message? > We use GitHub at work, and I was always able to change the commit > message just before squashing. > > Best, > Allen > > I haven't used "Squash and Merge" before in github. I just tried it on that example PR and it allowed me to change the title, add the "Client" tag (since we require it still) and commit to master all from github! It also retained the author information. I assume this will allow us to deal with unruly commits consisting of multiple ids as well so we can maintain a clean history. Thanks for the tip! - Jim