- Hi all. I created and set up GIT in DSM. I clone repository code and also push, pull, and switch branches normal
- I created a new branch and file in this branch, I typed some words in readme.md for testing and then I pushed it. But I can't see anything code or file in the GUI DSM, I only see my branch which is encrypted
- This DSM only has 2 items. I don't have permission to expand the role
Anyone help me: How I can see my code in DSM and create a merge request? I appreciate your reply



Merge requests and pull requests are not a native part of Git - and Synology's standard Git plugin is build on standard Git, so it doesn't include that functionality. (Also, the "encrypted" branch you see is just the pointer to that branch's head; you don't see your files because Synology Git wants every repo to be bare.)
It looks like the Synology can run Docker, though, so you should be able to install GitLab that way. (I'm assuming you're most familiar with GitLab because you call it a "merge request".)