ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] git rebase syntax

From: chuck c <bubbasnmp@xxxxxxxxx>
Date: Sun, 23 May 2021 14:42:25 -0500
Are the examples below interchangeable and if so, is one preferred over the other?


3.5.1. Update Using Git
From time to time you will likely want to synchronize your master branch with the upstream repository. You can do so by running:

$ git pull --rebase upstream master


Rebase against the Wireshark master:

git pull --rebase upstream/master