You must log in or register to comment.
At work, was recently working on a script that alters the repo significantly. Every time I tested the script, I used the up arrow to get the
git clean
andgit checkout HEAD -- files
commands to reset the repo. I must’ve used those 100+ times.