How is it possible to view the URL etc of a special remote with git annex? I checked out a git annex repository and would like to know where the files where fetched from.
How is it possible to view the URL etc of a special remote with git annex? I checked out a git annex repository and would like to know where the files where fetched from.
Recent versions of git-annex have expanded
git annex info $remote
to be able to show some info for special remotes. What is shown depends on the type of remote. For example, it will show the bucket used for a S3 remote, or the url used for a WebDAV remote.