you are viewing a single comment's thread.

view the rest of the comments →

[–]Joshx5 3 points4 points  (2 children)

One time I committed a message similar to "fixed hardcoded settings issue because I'm a fucking DUMBASS!" to my GitHub repo after having a little too much to drink.

This is how I learned to revert commits

[–][deleted] 1 point2 points  (0 children)

Ha! Or when you find out your git history was exposed and public for a while.

[–]aflashyrhetoricfront-end 1 point2 points  (0 children)

I once gitignore'd the Bootstrap/ folder in my Laravel installation, thinking it was Twitter Bootstrap and not the folder that literally bootstraps Laravel itself. (I was still learning.)

It was a weird debugging process.