How to undo a git merge that hasn’t been pushed to remote
< 1 min readThere may be certain situations when you do the changes and merge the working branch on the master branch. Later on, you realize that …
< 1 min readThere may be certain situations when you do the changes and merge the working branch on the master branch. Later on, you realize that …
< 1 min readSometimes we may not notice that the local branches are increasing and manually deleting branches one by one can take much time. You can …
< 1 min readTo exclude a sub-folder inside a folder in .gitignore, the following can be done. app/* !app/subfolder/ app/subfolder/* !app/subfolder/subfolder2/ This will ignore all files …
< 1 min readRaw photos can be easily converted to JPG format using the terminal app on MacOs. This is possible using “sips”, an inbuilt image editing …
< 1 min readWhy to Flush or Clean Magento 2 Cache Cleaning a cache type deletes all items from enabled Magento cache types only. In other words, …
2 min readReindexing in Magento is required to reduce the time spent on calculating the final price including cart rules price, bundle price etc. So Reindexing …
< 1 min readWhenever you are testing your Android App on your phone you have to connect it with the data cable. It is annoying and limits …