2015年1月18日 星期日

Git remove subtree

$ git filter-branch --index-filter 'git rm --cached --ignore-unmatch -rf dir1 dir2 dirN file1 file2 fileN' --prune-empty -f HEAD
 
 
 
 
References :
How to remove previously added git subtree and its history - Stack Overflow

沒有留言:

張貼留言