how-to-compare-a-local-git-branch-with-its-remote-branch
Published at 2024-04-02
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
softwares-and-tools
git
diff
ref: https://stackoverflow.com/questions/1800783/how-to-compare-a-local-git-branch-with-its-remote-branch
git diff <local branch> <remote>/<remote branch>
git diff main origin/main