I have a repo in dir ~/myRepo/
. Because I want to use this repo across multiple machines, I want to have the .git
folder in my dir ~/Dropbox/
.
I know, that there was some ability to create a file in ~/myRepo
, which contains a path to the git-folder ~/Dropbox/myRepo.git
, but I forgot which and cannot find the information in the man-pages.
Please don't tell me to simply ln -s
the folder, I tried this and considered it impracticable.