git annex map
generates a diagram roughly like this:
+------+ +-------+
|laptop| -> |usbdisk|
| | <- | |
| | <- | |
+------+ +-------+
Why are there two lines back from the disk to the laptop?
git annex map
generates a diagram roughly like this:
+------+ +-------+
|laptop| -> |usbdisk|
| | <- | |
| | <- | |
+------+ +-------+
Why are there two lines back from the disk to the laptop?
The map shows one line for each git remote. So if you have two git remotes configured that are both pointing at the laptop, that'll be the result. For example, you might have both "origin" and "laptop" remotes pointing to it, possibly via two different urls.
There's nothing bad about this.