golang Creating git version history for composer packages First thing you may be wondering why this is necessary? Composer packages are sometimes based on projects where history or change log is not publicly available. Or perhaps you do
git How to use git hooks for everyday tasks Git hooks is a feature that does not get talked about enough. Basically hooks are a way to trigger an action during certain parts of git's execution. By default hooks are placed in .git/hooks. You can change this in git config. I wont