Comment by 1718627440
10 hours ago
In git you could compare to the version prior to the latest fetch:
git diff origin/master@{1} origin/master
or if you vaguely know the time:
git diff origin/master@{5.weeks.ago} origin/master
10 hours ago
In git you could compare to the version prior to the latest fetch:
git diff origin/master@{1} origin/master
or if you vaguely know the time:
git diff origin/master@{5.weeks.ago} origin/master
No comments yet
Contribute on Hacker News ↗