We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88f0cc commit 48716a2Copy full SHA for 48716a2
Documentation/git-notes.txt
@@ -46,13 +46,13 @@ list::
46
47
add::
48
Add notes for a given object (defaults to HEAD). Abort if the
49
- object already has notes, abort. (use `-f` to overwrite an
+ object already has notes (use `-f` to overwrite an
50
existing note).
51
52
copy::
53
Copy the notes for the first object onto the second object.
54
Abort if the second object already has notes, or if the first
55
- objects has none. (use -f to overwrite existing notes to the
+ object has none (use -f to overwrite existing notes to the
56
second object). This subcommand is equivalent to:
57
`git notes add [-f] -C $(git notes list <from-object>) <to-object>`
58
0 commit comments