Git repository add - commit files from Pharo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Git repository add - commit files from Pharo

Trussardi Dario Romano
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.
Reply | Threaded
Open this post in threaded view
|

Re: Git repository add - commit files from Pharo

Noury Bouraqadi-2
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 <[hidden email]> 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.