Skip to content

Instantly share code, notes, and snippets.

View ShaidK's full-sized avatar
🏠
Working from home

Shaid Khan ShaidK

🏠
Working from home
  • NHS Blood & Transplant
  • Birmingham, UK
  • LinkedIn in/shaidk
View GitHub Profile
@ShaidK
ShaidK / commit-msg
Last active June 22, 2024 07:36
Git Hook to validate that the Git Commit Message follow Semantic Versioning Standard
#!/bin/bash
#
# File: commit-msg | Note: Following git hook validates the git commit message contains semantic versioning
#
#
# MIT License
#
# Copyright (c) 2024 Shaid Khan