Skip to content

Instantly share code, notes, and snippets.

View DaniAffCH's full-sized avatar
:copilot:
SIGSEGV

Daniele Affinita DaniAffCH

:copilot:
SIGSEGV
View GitHub Profile
@lukas-h
lukas-h / license-badges.md
Last active December 8, 2025 13:22
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)

@eyecatchup
eyecatchup / git-commit-log-stats.md
Last active September 5, 2025 16:04
Some commands to get git commit log statistics for a repository on the command line.

git commit stats

Commands to get commit statistics for a Git repository from the command line -
using git log, git shortlog and friends.