to reproduce, provided you already have a template dir configured :
cd $(git config --path --get init.templatedir)
touch copied
touch .not_copied
cd /tmp
mkdir whatever
cd whatever
git init
ls -la .git
On my machine, the last command does not list .not_copied .
--
greg0ire
ch
4. might be optional : create a conflicting change with the previously
created commit
5. cherry-pick the commit
6. might be optional : solve the conflick and use git cherry-pick --continue
Regards,
--
greg0ire
--
To unsubscribe from this list: send the line "unsubscribe git" i
2 matches
Mail list logo