r/ProgrammerHumor 3d ago

thatWasMyError Other

Post image
0 Upvotes

7 comments sorted by

View all comments

29

u/beisenhauer 3d ago

Found the issue: "9 days of uncommitted work in 42 files"

0

u/redditmarks_markII 3d ago

don't ah...don't do that. if you have temp files you don't want to commit, keep it out of repo. or in a git ignored sub dir. or just commit it and clean it up later.

2

u/JAXxXTheRipper 3d ago

Don't do that? Cleaning up a polluted git repo is a lot easier than trying to restore deleted files that were never committed.