79620986

Date: 2025-05-14 08:03:16
Score: 1
Natty:
Report link

I know this is an old question, but this is a more generic way of doing it:

git diff $(git remote show)/$(git rev-parse --abbrev-ref HEAD) HEAD

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: tgonzalez89