Re: Avoid Git merge commits - keep the history clean

2014-11-27 Thread Akila Ravihansa Perera
Kind reminder! Thanks. On Tue, Sep 23, 2014 at 7:39 AM, Akila Ravihansa Perera wrote: > Hi Devs, > > I think it's better if we can keep the commit history clean in our > repo. It will allow us to clearly see the dev work going on. Here are > some articles [1, 2] that explains how to get rid of

Avoid Git merge commits - keep the history clean

2014-09-22 Thread Akila Ravihansa Perera
Hi Devs, I think it's better if we can keep the commit history clean in our repo. It will allow us to clearly see the dev work going on. Here are some articles [1, 2] that explains how to get rid of merge commits and also ways to keep history clean. Basically we can use rebase option in Git to get