Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.42 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.42 KB

Git-hooks (JEM224)

Last commit GitHub commit activity

🔎 About

This repository is a project from the IES course JEM224 - Version control with Git. Its purpose is to get a closer look at Git Hooks, with some general theory and an example of their use further with live implementation of pre-commit and post-commit.

👥 Authors Contributors

The contributors to this project are:

📚 Content GitHub repo size

The general theory about Git Hooks is in: Theory

The demonstration of setting up Git Hooks is in: Examples

🎣 Hooks

Our pre-commit and post-commit hook scripts are implemented in this repo and output the following actions in the terminal when making a commit:

Hooks live run output