
git-commit-without-pre-commit-hook
A quick tips if you want to skip the pre-commit validations and quickly want to get a git-commit out there. To get your commit through without running that pre-commit hook, …
Read MoreThe Tutorial Post
A quick tips if you want to skip the pre-commit validations and quickly want to get a git-commit out there. To get your commit through without running that pre-commit hook, …
Read MoreIn this Article, I’ll show you how to find available VM sizes in Azure for your subscription and location. Such detail can be pull using a Powershell command very easily. …
Read MoreIn this article I will show you how you can create Azure VM with Azure Powershell Script that will help you to provision your VM in just few Sec. Always …
Read MoreOn your computer or laptop, you might need to clear browsing history and cache for IE, Firefox and Chrome, but you do manually most of the time. But what if …
Read MoreSometime when you deploy Azure VM, you also need to install new role on Azure virtual machine on a customer platform. In this article, I will show you how this …
Read MoreSometime when we work in git, there are more possibility to change the URL or path of remote git repository, right ? So in this article, we will learn how …
Read MoreIf you want to delete a branch both local and remote how do you do this? You might need to delete local and remote or remote local branches in git …
Read MoreLet’s assume by mistakenly you added file to git by using the command: git add, and you want to undo “git add before git commit?” Even this is the usual …
Read MoreGit merge often you do and face conflict issue while doing git merge. Of course, it is possible to face such issue that is Git merge conflict, right? So how …
Read MoreDevOps is changing the paradigm of how IT departments think about the problem that helping in the growth of company. Previously, the goal was to break a huge application into …
Read MoreI have a kubernetes cluster in google container engine but container in a kubernetes cluster is being restarted. Couple of times, hosted website went down.When I look at the container …
Read MoreI was working on a small project and struggling to expose port 80 and 443 in google container engine without load balance. Although, this service is powered by the Container …
Read MoreI created a virtual machine via Bitnami in Google Compute Engine. Previously, I was able to ssh through the Bitnami web interface. I tried ssh through the terminal on my Mac, but …
Read More