Skip to content

Commit

Permalink
📝 Add git notes
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Sep 11, 2023
1 parent c13b43d commit c8bb625
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/productive/git/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
Fortgeschrittenes Git
=====================

Git Notes
---------

`Git Notes <https://git-scm.com/docs/git-notes>`_ fügt Textnotizen zu Commits,
Tags und anderen Objekten hinzu. Solche Notizen können alle Arten von Metadaten
enthalten, :abbr:`z.B. (zum Beispiel)` Kommentare zur Codeüberprüfung, Links zu
Fehlerberichten :abbr:`usw (und so weiter)`.

.. seealso::
* `Git Notes: Git’s Coolest, Most Unloved­ Feature
<https://tylercipriani.com/blog/2022/11/19/git-notes-gits-coolest-most-unloved-feature/>`_
* `git-appraise <https://github.com/google/git-appraise>`_
* `github-issues-git-notes
<https://github.com/TomasHubelbauer/github-issues-git-notes>`_

Git's Datenbank-Interna
-----------------------

.. seealso::
* `Commits are snapshots, not diffs
<https://github.blog/2020-12-17-commits-are-snapshots-not-diffs/>`_
Expand Down

0 comments on commit c8bb625

Please sign in to comment.