ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Quick start instructions for Gerrit

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 31 Jan 2014 00:30:16 -0800
On Jan 31, 2014, at 12:17 AM, Roland Knall <rknall@xxxxxxxxx> wrote:

> You can also take a look at
> http://stackoverflow.com/questions/457927/git-workflow-and-rebase-vs-merge-questions

I did, and saw a comment that said:

	Unfortunately, the new Pragmstic Programming book is mostly written from using Git while still thinking in SVN, and in this case it has misled you. In Git, rebase keeps things simple when they can be. Your experience could tell you that your workflow doesn't work in Git, not that Git doesn't work.

which is one *REAL* problem I have with Git - it's not the job of a VCS to tell you what your workflow should be, it's the job of a VCS to support the preferred workflow of the developer and the desired workflow of the project.