--- tags: [git] --- # Viewing remote changes without merging ``` git fetch origin/master git log origin/main git show origin/master ```