Created a read-only branch.
Then did a modification of the element in vscode.
Noticed the element in Azure Devops repository was modified after the git push.
After a refresh, a revert was created by B4G.
Is this the expected behavior ?
Release : 18.0
Component : BRIDGE FOR GIT 2.11.0
This is the expected Endevor B4G behavior.
After a push into a read-only branch, the repository gets updated temporarily, then BFG schedules a revert to revert this change, since read-only repos shouldn't be updated.