Follow

Don’t Git Push --force!

Jan 8, 20212 min read

At some point every developer has used --force and overwritten somebody else’s work unnecessarily. It’s usually not the end of the world but its...

Don’t Git Push --force!
What you need to know about Object Oriented Programming
What you need to know about functional programming
What you need to know about JSON vs XML vs Protobuf
When to use i++ vs ++i vs i+=1
When to use const, let, and var