summaryrefslogtreecommitdiff
path: root/doc/todo/reinit_should_work_without_arguments/comment_1_46ba213e20eee4a1a970c545eef82285._comment
blob: 1a332074a0cabd5799c3814e795e8dbe8bbd8943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2017-01-30T17:24:27Z"
 content="""
I don't know that reinit is the best place to put this.
It's a different use case, and a different operation than the current
reinit; making a single command do two opposite things is often a bad idea.

One way to accomplish what you want is to just delete the old
annex.uuid from git config, and then `git annex init` will
allocate a new uuid.
"""]]