From 164fb10308b61d8f74b53d6c0a2f078e492ce5d0 Mon Sep 17 00:00:00 2001 From: "http://id.clacke.se/" Date: Fri, 22 Apr 2016 07:44:07 +0000 Subject: [PATCH] Added a comment: git-annex is git --- ...comment_1_ac45ad341f026289ce56183b9ff463af._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/n00b_question._Can_I_use_git-annex_to_manage_a_tree_that_contains_git_repos__63__/comment_1_ac45ad341f026289ce56183b9ff463af._comment diff --git a/doc/forum/n00b_question._Can_I_use_git-annex_to_manage_a_tree_that_contains_git_repos__63__/comment_1_ac45ad341f026289ce56183b9ff463af._comment b/doc/forum/n00b_question._Can_I_use_git-annex_to_manage_a_tree_that_contains_git_repos__63__/comment_1_ac45ad341f026289ce56183b9ff463af._comment new file mode 100644 index 0000000000..8e409bb5e0 --- /dev/null +++ b/doc/forum/n00b_question._Can_I_use_git-annex_to_manage_a_tree_that_contains_git_repos__63__/comment_1_ac45ad341f026289ce56183b9ff463af._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://id.clacke.se/" + nickname="clacke" + subject="git-annex is git" + date="2016-04-22T07:44:06Z" + content=""" +git-annex is first git, then some additional very neat functionality. Being git, it refuses to handle git repositories as that would create all kinds of potential confusion and inefficiency. + +Submodules would be a way to go, if you like how they work. Or you could just ignore the git repos, as you probably have them replicated somewhere else. +"""]]