Skip to content

Latest commit

 

History

History

git

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This folder contains stuff specific to git

e.g. if you are contributing to this project you should link the git hooks on your system.

cd <rfswarm>/.git/hooks
ln -s ../../git/hooks-bash/post-commit
ln -s ../../git/hooks-bash/post-commit post-merge
ln -s ../../git/hooks-bash/post-commit post-checkout