Re: [all] - git: prevent unnecessary merge commits?

2018-06-09 Thread Bernd Eckenfels
+1 linear commits and branch.autosetuprebase always Gruss Bernd -- http://bernd.eckenfels.net From: Emmanuel Bourg Sent: Saturday, June 9, 2018 11:54:01 PM To: Commons Developers List Subject: Re: [all] - git: prevent unnecessary merge commits? +1, I prefer

Re: [all] - git: prevent unnecessary merge commits?

2018-06-09 Thread Emmanuel Bourg
+1, I prefer linear commit histories too. Emmanuel Bourg Le 09/06/2018 à 10:53, Pascal Schumacher a écrit : > Hello everybody, > > in my opinion it is a good practice to always use the "--rebase" option > when using "git pull". This keeps the history free of unnecessary merge > commits like

Re: [all] - git: prevent unnecessary merge commits?

2018-06-09 Thread ajs6f
longer). > > I'm +1 for recommending this as a good practice. In my workflow I normally > `fetch` + `rebase`, instead of `pull`. > > Cheers, > Bruno > > > > > > From: Pascal Schumacher > To: Commons Developers List > Sent:

Re: [all] - git: prevent unnecessary merge commits?

2018-06-09 Thread Bruno P. Kinoshita
mons Developers List Sent: Saturday, 9 June 2018 8:53 PM Subject: [all] - git: prevent unnecessary merge commits? Hello everybody, in my opinion it is a good practice to always use the "--rebase" option when using "git pull". This keeps the history free of unnecessary merge co

[all] - git: prevent unnecessary merge commits?

2018-06-09 Thread Pascal Schumacher
Hello everybody, in my opinion it is a good practice to always use the "--rebase" option when using "git pull". This keeps the history free of unnecessary merge commits like "Merge branch 'master' of https://git-wip-us.apache.org/repo...;. You can also tell git to automatically rebase when