Topic

#git

Explore 2 articles about git covering tutorials, best practices, and real-world implementation patterns for modern software development.

2 articles

3 min read

How To Use Different Git Configs

A lot of us are coding for an employer and privately or as a freelancer for multiple companies. You might want to associate commits for the different projects with a different user (e.g. email) or sign them differently (I think you should). While you...

5 min read

You Have Fucked Up! How to git revert?

You have messed up production. All hell broke loose. What to do now? Fix it as fast as possible and undo the last change that made everything fall apart to unblock further deployments. Fix Production Fast First of all, it is a good idea to get back t...