June 17, 2020
10:09 a.m.
Ciao Dario, I need the same thing for PharoJS, but I don't have a solution. Note : In PharoJS we have the HTML files that live in the same repo as Pharo code. But, we put them in different folders. It seems that Iceberg deletes non-pharo files upon commits or pulls. Noury
On 17 Jun 2020, at 12:00, Dario Romano Trussardi <dario.trussardi65@gmail.com> wrote:
Ciao,
it happens that i create files directly from Pharo in a git repository configure with Iceberg.
Now it would be interesting to automate the registration of these files,
for the next commit directly from Pharo.
Tips ?
Thanks,
Dario
P.S. known that the commit from pharo,
does not consider the files added ( by the shell ) to the local repository
with git add â¦.. command.