Wireshark-dev: [Wireshark-dev] Testing Someone Else's Merge Request

From: chuck c <bubbasnmp@xxxxxxxxx>
Date: Sun, 26 Sep 2021 21:08:04 -0500

"If you would like to test someone else's merge request or personal repository branch you can do the following:
# Fetch their branch to a local branch named FETCH_HEAD.
git fetch https://gitlab.com/some-other-user/wireshark.git their-branch-name
# Create a branch from FETCH_HEAD with a more useful name.
git checkout -b other-user-branch-name FETCH_HEAD"

Then a full cmake and msbuild.

Is there a better way to try out a commit before it's merged?