Using Linux on Windows (Git Bash & Windows Terminal) In this post, I will explain how to customize the Linux bash prompt on Windows and add it to Windows Terminal. There are several ways to use Linux on a
Git Hooks for app deployment Git is a great tool to manage development code bases. git push upload local codes into a remote repository, which can be purposed for a backup or code sharing. Another useful case of git is to deploy an application. Traditionally, we have used a