Working with Git

Davide Liessi davide.liessi at gmail.com
Fri Oct 7 14:11:32 PDT 2016


2016-10-07 19:34 GMT+02:00 Brandon Allbery <allbery.b at gmail.com>:
> I only wish other projects actually did this... rewriting history is
> regrettably common in some projects. Sigh.

Rewriting history in the master branch (or any branch intended to live
long) should never be allowed.

On the other hand there is nothing wrong in rewriting history in a
temporary development branch (such as a branch for a pull request)
before merging to a long living branch.


More information about the macports-dev mailing list