You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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
;The text was updated successfully, but these errors were encountered: