meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
git:merge [2020/06/03 11:18] – niziak | git:merge [2022/02/04 11:42] (current) – niziak | ||
---|---|---|---|
Line 8: | Line 8: | ||
</ | </ | ||
- | |||
- | ====== Make repo from one dir (change root method) ====== | ||
- | |||
- | ====== Remove files from history (rewriting) ===== | ||
- | |||
- | Iterate through history and remove all files mathcing pattern: | ||
- | <code bash> | ||
- | git filter-branch --tree-filter 'rm -f m* z* x* w* s* r*' --prune-empty | ||
- | </ | ||