IT系/リファレンス/Gitコマンド/git_commit-tree

Last-modified: 2020-06-02 (火) 01:47:10

git commit-tree

新しいコミットオブジェクトを作成するコマンド。

用例

  • xxx
    xxx
  • xxx
    xxx

書式

git commit-tree [options] <tree>

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

git commit-tree <tree> [(-p <parent>)…]
git commit-tree [(-p <parent>)…] [-S[<keyid>]] [(-m <message>)…]
                [(-F <file>)…] <tree>

options

/xxxx

etc.

説明

XXXX

関連

  • xxx

参考リンク

その他メモ

なにかあれば。