abapGit/docs/ref-write-protect.md
2018-05-10 07:04:09 +00:00

21 lines
518 B
Markdown

---
title: Write protect
category: reference
order: 30
---
The write protected repository feature will make sure users cannot overwrite objects in the SAP system with objects from the git repository. So it helps enforcing that data can only go from the SAP system to the Git repository.
The feature disables pulls, uninstall of all objects, switching branches etc.
To enable:
In the repo, click "Repo settings"
![](img/repo_settings_click.png)
Tick "Write protect"
![](img/repo_settings_write.png)
Click "Save"