View git diff since the last git pull
January 18, 2025 ยท View on GitHub
git pull origin
git diff @{1}..
@{n} means the n-th previous value of HEAD
January 18, 2025 ยท View on GitHub
git pull origin
git diff @{1}..
@{n} means the n-th previous value of HEAD