Skip to content

Commit 21baef5

Browse files
committed
rn-134: Add link to git-meta
1 parent 3b023b5 commit 21baef5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

rev_news/drafts/edition-134.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,12 @@ __Git tools and sites__
621621
+ "[High Performance Git](https://gitperf.com/)", a book by Ted Nyman
622622
(online and [free PDF](https://gitperf.com/pdf.html)).
623623
The book is about different layers inside Git and the performance costs of each one.
624+
+ [`git-meta`](https://git-meta.com/) is an open specification and reference CLI tool
625+
for attaching arbitrary, fine-grained metadata to Git objects — provenance,
626+
ownership, reviews, attestations — stored locally for fast queries
627+
and exchanged using normal Git transfer protocols and servers.<br>
628+
You can think of `git met`a as a more performant, scalable, flexible and collaborative
629+
[`git notes`](https://git-scm.com/docs/git-notes).
624630
+ [GitChop](https://bendansby.com/apps/gitchop.html) - a visual `rebase -i`
625631
(interactive rebase) for Mac. Drag-reorder commits,
626632
split one commit into many by assigning hunks, reword in place.

0 commit comments

Comments
 (0)