This commit is contained in:
parent
d41ed1c757
commit
174a755b82
1 changed files with 5 additions and 5 deletions
|
@ -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:
|
So to be clear, I have a file structure like the following:
|
||||||
|
|
||||||
./annex/.git
|
./annex/.git
|
||||||
./annex/project/README.md
|
./annex/project/README.md
|
||||||
./annex/project/.git
|
./annex/project/.git
|
||||||
./annex/project2/README.md
|
./annex/project2/README.md
|
||||||
./annex/project2/.git
|
./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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue