Git: Resolving a detached HEAD

I was in a situation where the branch I was working on was reading as a detached HEAD I had never seen this before. I checked out “cherryfans-prototype” and then saw that my detached head was no longer showing when executing “git branch” I had done alot of work on[…]

Read More »

Upgrading npm package, Major version upgrades:

When you have a package installed that has a new version available and that new version is a Major version, you can’t just simply install the latest using if you execute the above command, it will only install the latest of the current version you have installed. So if you[…]

Read More »