git notes
Add or inspect object notes.
=> More information.
- List all notes and the objects they are attached to:
git notes list
- List all notes attached to a given object (defaults to HEAD):
git notes list [{object}]
- Show the notes attached to a given object (defaults to HEAD):
git notes show [{object}]
- Append a note to a specified object (opens the default text editor):
git notes append {object}
- Append a note to a specified object, specifying the message:
git notes append --message="{message_text}"
- Edit an existing note (defaults to HEAD):
git notes edit [{object}]
- Copy a note from one object to another:
git notes copy {source_object} {target_object}
- Remove all the notes added to a specified object:
git notes remove {object}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/git-notes.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 104.090635 milliseconds
- Gemini-to-HTML Time
- 0.311739 milliseconds
This content has been proxied by September (ba2dc).