-
Notifications
You must be signed in to change notification settings - Fork 0
divyabhushan/hooksProj
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
#Project to learn and practise git hooks. #version: 1.0 #author: divya #date: today #Clone the repository to your working dir as: git clone https://github.com/divyabhushan/hooksProj.git cd hooksProj #Install the hooks scripts by executing the script under hooksScripts folder: ./code/install_hooks.sh #This creates symbolic links for the new hooks scripts from .git/hooks path in your project. hooks_library.lib -> ../../hooksScripts/hooks_library.lib pre-commit -> ../../hooksScripts/pre-commit prepare-commit-msg -> ../../hooksScripts/prepare-commit-msg commit-msg -> ../../hooksScripts/commit-msg post-commit -> ../../hooksScripts/post-commit #Now edit few files in your project, Stage the changes and try to commit to see the hooks scripts in effect. Done !!!
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published