79099859

Date: 2024-10-17 21:23:35
Score: 0.5
Natty:
Report link

If you have a big list of commits, you may want to use less along with nl.

git log --oneline | nl | less

I use this to combine a set of commits in a single commit using git reset --soft

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