IT系/リファレンス/Gitコマンド/git_filter-branch

Last-modified: 2020-06-09 (火) 02:59:55

git filter-branch

ブランチを書き換えるコマンド。

用例

  • xxx
    xxx
  • xxx
    xxx

書式

git filter-branch [options]

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

git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
                  [--env-filter <command>] [--tree-filter <command>]
                  [--index-filter <command>] [--parent-filter <command>]
                  [--msg-filter <command>] [--commit-filter <command>]
                  [--tag-name-filter <command>] [--prune-empty]
                  [--original <namespace>] [-d <directory>] [-f | --force]
                  [--state-branch <branch>] [--] [<rev-list options>…]

options

/xxxx

etc.

説明

ブランチを書き換えるコマンド。

関連

  • xxx

参考リンク

その他メモ

なにかあれば。