Tag: git

How to fix git error “fatal: bad object HEAD”

During development, I stumbled upon an error in GIT that prevented me to complete any operation that required to contact remote origin (Fetch, push, etc..) No matter which branch I was on, I would always received the following error when trying any of the above operations: fatal: bad object HEAD The repository in question was…


What is Version Control in simple terms

In the past few months, I have spent my free time trying to support new developers to find their first commercial experience. Usually I find that most of these candidates are not far off from being technically ready, but what they really lack is knowledge of the “ecosystem” that experienced developers passively use without even considering it…