It could be great to be able to change the git properties used during the Push or Clone tasks.
The main issue that I have is that during the push task, some file modes are set from 755 to 644 and I don't want that.
To do so, I would like to set core.fileMode to false;
Feature description
It could be great to be able to change the git properties used during the Push or Clone tasks.
The main issue that I have is that during the push task, some file modes are set from 755 to 644 and I don't want that. To do so, I would like to set
core.fileMode
tofalse
;