#git
-
Github pre commit hook to validate commit message and description
To set up a Git pre-commit hook to validate the length of commit messages and descriptions, you can create a script that will be executed before each commit. This script can be placed in the
.git/hooks
directory of your repository. Here’s how you can do it: -
Jekyll Deployment using git hook
Sites built using Jekyll can be deployed in a large number of ways due to the static nature of the generated output. A one of them deployment techniques is described below using git hook.
-
Install Ruby On Rails, Postgres, GitHub, Nginx with Passenger
To setup production environment with ruby, rails, nginx and passengeruse following steps one by one