meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
git:rewrite [2024/04/04 11:32] – niziak | git:rewrite [2024/04/04 11:47] (current) – niziak | ||
---|---|---|---|
Line 8: | Line 8: | ||
====== reformat code in commits ====== | ====== reformat code in commits ====== | ||
+ | |||
+ | ===== git rebase ===== | ||
<code bash> | <code bash> | ||
git rebase main -x 'make clang-reformat && git commit --amend' | git rebase main -x 'make clang-reformat && git commit --amend' | ||
</ | </ | ||
+ | |||
+ | ===== git-filter-repo ===== | ||
+ | |||
+ | <code bash> | ||
+ | wget https:// | ||
+ | chmod +x lint-history | ||
+ | </ | ||
+ | Apply patch from https:// | ||
<code bash> | <code bash> |