Is there a way to hide the Sync now button?
We are doing team development using git feature flow (or something like it).
There is a time when a team member merges a feature branch cut from the main branch into the develop branch and checks it in the development environment.
The "Sync now" button should be disabled (or hidden) because the "Sync now" button is used to import the differences between the main and feature branches by using the "Sync now" button. I would like to prohibit (or hide) the "Sync now" button.
I have been trying to encourage team members to do this, but some of them are not familiar with git and often make mistakes by using the "Sync now" button.