# Git - tools
Tools for or around Git
# CHANGELOG
tools for generating changelog from Git data
btford/grunt-conventional-changelog
Grunt task for generating a changelog from Git metadata
Generates a Git changelog, CLI or grunt plugin, inspired & based on Angular JS changelog generator
Generate a changelog from Git commits. This is meant to be used so that for every patch, minor, or major version, you update the changelog prior to running
npm version
so that the Git tag contains the commit that updated both the changelog and version.
# hooks
Pre-commit hooks let you run checks before allowing a commit (e.g. JSLint or check Test Coverage).
Automatically install pre-commit / pre-push hooks in your Git repo
Git hooks made easy
# cheatsheets, faq, how-to
A list of cool features of Git and GitHub. http://git.io/sheet
what to do when things go wrong
# online tools
# utils
Git utilities -- repo summary, repl, changelog population, author commit percentages and more
Good-lookin' diffs. Actually… nah… The best-lookin' diffs.
Serves files from raw.githubusercontent.com, but with the correct content types. https://rawgit.com/
# GitHub
Tool for visualizing GitHub profiles https://github-profile-summary.com/
# watching GitHub repo releases
coderelease.io (can't find who is behind the service)
releaser.richardhagen.no (Richard87/releaser
)
winabeer.com (vfeskov/WinABeer
)
Theses tools watch for GitHub release or tags. They can miss somes releases.
Watching releases from packages manager should be more effectives.