aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Move_files_in_git_annex___40__direct_mode__41__.mdwn
blob: 7974a3e42f0ba608ca96fe29925d06afc0e09ed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Hi guys, I have a git annex repo under `/path`.

I ran:

```
cd /path/subdir2
mv ../subdir1/stuff* .
git annex add
git annex sync
```

Then I went to another repo (clone of the first) and did:

```
cd /paht1
git annex sync
git annex get .
```

Now I got the stuff from under `subdir2` in my second repo, just that the same stuff is also still under `subdir1` - how do I make git-annex aware of this change?

Also, someone suggested running `git annex watch`