You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: quite often it is difficult to understand the "topology" of available clones of a git (git-annex) repository. Especially it is hard for git which allows different names for remotes across clones.
git-annex provides each git-annex capable clone clone with a unique UUID which helps to identify clones.
git-annex info is handy to visualize the known to git annex remotes. By default their descriptions are in the form hostname:path which provides a great hint to discover them.
Desire: a tool which would automagically crawl through the the clones and draw a schematic figure providing a "map" of the remotes/clones/git-annex special remotes. A somewhat crude motivation example was to draw a schematic for
Problem: quite often it is difficult to understand the "topology" of available clones of a git (git-annex) repository. Especially it is hard for
git
which allows different names for remotes across clones.git-annex
provides each git-annex capable clone clone with a unique UUID which helps to identify clones.git-annex info
is handy to visualize the known to git annex remotes. By default their descriptions are in the formhostname:path
which provides a great hint to discover them.Desire: a tool which would automagically crawl through the the clones and draw a schematic figure providing a "map" of the remotes/clones/git-annex special remotes. A somewhat crude motivation example was to draw a schematic for
I would like the tool capable (aspects should be configurable) of
git remote
scc9...835
forcc937fa9-542c-49ec-b3fc-b7c4df5d4835
)OR may be such a tool already exists?
The text was updated successfully, but these errors were encountered: