Create Your First Git hook
Git hooks are shell scripts found in the hidden .git/hooks directory of a Git repository.
Dec 11, 20222 min read30

Search for a command to run...
Articles tagged with #devops
Git hooks are shell scripts found in the hidden .git/hooks directory of a Git repository.

The RUN instruction will execute the Linux command on a new layer. It is used to alter the image like adding new packages using apt-get or changing file permissions etc. RUN has 2 forms: RUN (the command is run in a shell, which by default is /bin/...
Hands-on approach

When you turn on your computer, The BIOS instantly runs POST (Power on Self Test). Post is a part of the BIOS which performs some diagnostic tests on hardware components such as storage devices, keyboard, Mouse, etc. BIOS stands for Basic Input Outpu...
