https://stackoverflow.com/questions/5772192/how-can-i-reconcile-detached-head-with-master-origin First, let’s clarify what HEAD is and what it means when it is detached. HEAD is the symbolic name for the currently checked out commit. When HEAD is not detached (the “normal”1 situation: you have a branch checked out), HEAD actually points to a branch’s “ref” and the branch points to the[…]
Auto select default options for attributes
When you would select a color on the “color” drop down, the image wouldn’t change to that color unless the Size attribute was set. By default both dropdowns had the option “Choose option” as Default. So I needed the default to be anything so when the user selects a color[…]
Git: Resolving a detached HEAD after making changes
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[…]
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[…]
capture group or operator
echo ssh://git@gitlab.com:/werm-wa/apps-ithacabball.git | sed -e “s/ssh:\/\/.*\+:\([0-9]\+\|\)\///” \([0-9]\+\|\) you have to put back slashes on sed markup
Docker build: At least one invalid signature was encountered
At least one invalid signature was encountered https://github.com/docker-library/php/issues/898 then it worked
Error: ‘Access denied; you need (at least one of) the PROCESS privilege(s) for this operation’ when trying to dump tablespaces
https://dba.stackexchange.com/questions/271981/access-denied-you-need-at-least-one-of-the-process-privileges-for-this-ope –no-tablespaces
Disable WordPress Automatic Or Random Redirect Guessing of 404s
gets redirected to
gitpod:Composer not downloading packages
Composer was not downloading. I could get other things to download but not composer packages. I had some internet. It stays stuck on the image below I created the network using this method in another machine I use this approach for the network to be created and then reference it[…]
gitpod.io init task, node_modules folder
I was installing packages, but the command task executes while the init task is running, so I have sleep executed with a value of 10 seconds and now the node_modules folder is available