Why Defold's syncronize can push just once? (SOLVED)

Hi.

Why Defold 's syncronize can just push once?

I want to commit changes seperated.

Is that possible to this?

Thanks.

just use your own git repository in this case. I use private rep at gitlab for the game.

The Git integration in Defold is very basic. If you want to do more advanced GIt operations or partial commits then as @Dragosha mentions please use an external Git tool.

Hi @siz20971!
As @Dragosha says, there are external git tools that can do a lot more.
Also, you can add feature requests for the Editor 2 here: https://github.com/defold/editor2-issues

@Dragosha @britzl
Thanks! I’ll try use other git tool.