Skip to content
Zaki Mughal [sivoais] edited this page May 20, 2015 · 1 revision

Welcome to the Vaa3D-mirror wiki!

Clean up

Note: The command used to filter out large binaries

git filter-branch --force --index-filter \
	'git rm --cached --ignore-unmatch v3d_main/common_lib/src_packages/InsightToolkit-4.0.0.tar.gz v3d_main/common_lib/src_packages/opencv-2.4.5.tar.gz v3d_main/common_lib/src_packages/boost_1_57_0.tar.gz' \
	--prune-empty --tag-name-filter cat -- --all
Clone this wiki locally