---
urn: "urn:penemure:f2929c20-6e87-442b-a0a1-2db57b9e6108"
backend: "pub"
ancestors:
- 📓 design docs→ 📁 Penemure
created: 2025-01-28 13:21:35.913561+00:00
updated: 2025-01-28 13:21:35.913562+00:00
tags:
---
# 📓 Use git trailers?
[see this](https://alchemists.io/articles/git_trailers) to xref our system? maybe easier to query the logs for it.
```
git commit --message "Fixed log format" \
--trailer "Issue: abc" \
--trailer "Milestone: patch" \
--trailer "Tracker: tana"
git show
```