What's the difference between
git annex uninit
and
git annex unlock * rm -rf .git
?
In a v5 repo in indirect mode, they're broadly equivilant.
git annex uninit removes git config changes and hooks that git annex init sets up, and generally hand-holds the process.
git annex init
In a v5 repo in indirect mode, they're broadly equivilant.
git annex uninit
removes git config changes and hooks thatgit annex init
sets up, and generally hand-holds the process.