summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jewel <jewel@web>2014-10-12 05:00:20 +0000
committerGravatar admin <admin@branchable.com>2014-10-12 05:00:20 +0000
commit9dcaaa920853f8d35e95cb334c42d3b215c322c5 (patch)
tree9e37bc5108a6d74908b71accb6268b34423b9dd3
parent5873eb550df7e174db25938ee44fde565b137535 (diff)
-rw-r--r--doc/forum/multiple_git_repositories_inside_git_annex_assistant_repository.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/forum/multiple_git_repositories_inside_git_annex_assistant_repository.mdwn b/doc/forum/multiple_git_repositories_inside_git_annex_assistant_repository.mdwn
index 17a14bfb8..b9500fa10 100644
--- a/doc/forum/multiple_git_repositories_inside_git_annex_assistant_repository.mdwn
+++ b/doc/forum/multiple_git_repositories_inside_git_annex_assistant_repository.mdwn
@@ -4,11 +4,11 @@ I also would like to have anything in the git stash synchronized between the two
So to be clear, I have a file structure like the following:
-./annex/.git
-./annex/project/README.md
-./annex/project/.git
-./annex/project2/README.md
-./annex/project2/.git
+ ./annex/.git
+ ./annex/project/README.md
+ ./annex/project/.git
+ ./annex/project2/README.md
+ ./annex/project2/.git
In my testing it seems that the "project/.git" folders aren't synchronized between my two desktops, even though the rest of the files are. A workaround is to rename "project/.git" to something else, like "project/.gitfoo", and then use --git-dir when issuing my git commands.