I have very strange behavior: when run git clone from tcsh script for example:
git clone /my repo/ .
I get error: fatal: destination path '.' already exists and is not an empty directory.
The directory doesn't contain ".git".
if I run the same command after that from terminal it is ok.
version of git 1.9.3
I create this script from python.
I found problem. if I write "#" in line before for comment in tcsh script. Why is it ?