IT系/リファレンス/Gitコマンド/git_notes

Last-modified: 2020-06-11 (木) 06:59:17

git notes

オブジェクトのメモを追加または検査するコマンド。

用例

  • xxx
    xxx
  • xxx
    xxx

書式

git notes [command] [options] [value]

公式によると以下の通り。

git notes [list [<object>]]
git notes add [-f] [--allow-empty] [-F <file> | -m <msg> | (-c | -C) <object>] [<object>]
git notes copy [-f] ( --stdin | <from-object> [<to-object>] )
git notes append [--allow-empty] [-F <file> | -m <msg> | (-c | -C) <object>] [<object>]
git notes edit [--allow-empty] [<object>]
git notes show [<object>]
git notes merge [-v | -q] [-s <strategy> ] <notes-ref>
git notes merge --commit [-v | -q]
git notes merge --abort [-v | -q]
git notes remove [--ignore-missing] [--stdin] [<object>…]
git notes prune [-n] [-v]
git notes get-ref

options

/xxxx

etc.

説明

オブジェクトのメモを追加または検査するコマンド。

関連

  • xxx

参考リンク

その他メモ

なにかあれば。