DeveloperGuidelines/Git: pre-commit

File pre-commit, 190 bytes (added by Fran Boon, 3 years ago)

pre-commit

Line 
1#!/bin/sh; C:/Program\ Files/Git/usr/bin/sh.exe
2
3# Update VERSION
4python version.py
5
6# Add the modified file to staging to include in the commit.
7echo "VERSION" | xargs git add
8exit 0