meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
git:merge [2020/06/03 11:18] niziakgit:merge [2022/02/04 11:42] (current) niziak
Line 8: Line 8:
 </code> </code>
  
- 
-====== 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  HEAD 
-</code>