Codeminer42's Engineering Blog
Git

Crazy Developer in Git commit – -amend
Are you new on git? And you know these commands: git add , git commit , git pull , git push , git status. But are you starting to feel…
Prevent a force pushing to master with ruby
Yeah, everyone knows, it’s the mor law of versioned systems, NEVER do a git push -f on the default branch, never, even when you know what you’re doing, bad things…