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
| /x | xxx |
etc.
説明
ブランチを書き換えるコマンド。
関連
- xxx
参考リンク
その他メモ
なにかあれば。
