git-xargs
git-xargs copied to clipboard
Question: can specify a different directory to /tmp to clone?
trafficstars
Hi team, I was evaluating this tool and I would like to know if it is possible to specify a different directory to /tmp to clone the repositories that I need?.
I can see in the documentation that it will clone to /tmp, but it might be nice to be able to specify a different directory...
Relates to #146
Yes, just specify the TMPDIR environment variable with the path to the directory. The directory must exist. Depending on your OS, this variable may be different. This works for me on macOS.