Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] git doesn't like me anymore

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sun, 17 Jan 2021 18:10:32 -0800
On Jan 17, 2021, at 3:50 PM, ajay saxena <aileronajay@xxxxxxxxx> wrote:

> You should be able to add your changes to the existing branch by running the following commands. These commands assume you are already on the branch using which you created the PR.
> 
> git add updateFileName
> git commit -m "message"

Note that "git commit --amend" allows you to *update* an *existing* commit, so that all your changes are in a single commit.