ashutosh.pandeyhlr007@xxxxxxxxx writes: > + ( > + cd parent && > + git init && > + echo content >file && > + git add file && > + git commit -m base These four lines begin with "HT SP HT"; the space between the horizontal tabs should be removed. No need to resend, as "git am --whitespace=fix" already corrected them. Thanks.