Displaying 1 result from an estimated 1 matches for "sharedremote".
2012 Sep 27
1
Is there a way to source from a specific Git repository without hardcoding the location everywhere?
...k within
our own repository and occasionally push to a common remote location.
I'd like to have the code source files from the 'local' git repository
without modification, where 'local' could mean c:\yada\ for one person,
m:\my documents\wetlands\ for another, and l:\foo\bar\sharedRemote\wet\ to
another user.
The chdir argument to source() has been suggested for similar questions,
but I have not been able to figure out how this helps without hardcoding
the location in some manner.
One option is for each repository to have an untracked file which sets the
local working directo...