Skip to content

JEM224-Version-control-with-Git/Git-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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