10 lines
108 B
Markdown
10 lines
108 B
Markdown
What's the difference between doing
|
|
|
|
git annex uninit
|
|
|
|
and
|
|
|
|
git annex unlock *
|
|
rm -rf .git
|
|
|
|
?
|