Hi Team
I started using git recently and doing some experiments . I need to add some files for example (meta/settings and meta/admin-settings ) to the bare repository of git repository under .git/refs folder. We need this files for doing some sort administration . I am doing below steps git init sample.git cd sample.git/.git cd refs mkdir –p meta/settings meta/admin-settings cd ../../ git init . ( am reinitializing the git repo ) after the reinitializing still I could see meta folder And then clone the sample.git git sample.git sample But I did not find newly created folder in clone folder. Best Regards, ShyamChandar -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
