At times we may need to have a softer way to peek into the other branch of GIT particularly when trying to resolve Merge Conflicts with Azure DevOps because the latter does not have a friendly GUI for the same in its web-based Pull Request.
The following quick GIT commandline would help in here handy:
git pull --no-rebase origin <desired branch name to pull from>