Re: [git-users] Problems with .gitignore and the argument "--separate-git-dir"

2014-11-19 Thread Dale R. Worley
> From: Arnaud BONNET >Process used: >1- Creation of deposit (made with the user "ace") > 1- cd /home/ace/RDS/010 > 2 git init --separate-git-dir=/home/ace/RDS/010.git > 3 echo "*%" >> /home/ace/RDS/010.git/.gitignore > 4 echo "* ~" >> /home/ace/RDS/010.git/.gitignore

[git-users] Problems with .gitignore and the argument "--separate-git-dir"

2014-11-18 Thread Arnaud BONNET
hello, I moved the .git directory with the argument "--separate-git-dir" and since my lines in the .gitignore are no longer taken into account in order to "git clone". In the "info/exclude" file I do not have my lines ".gitignore" @ ace-ace ctx $ more ~/RDS/010.git/info/exclude