Here we will see how create a merge request (MR) when we do not have write access to one repository.

First you need to fork the repository in your home Salsa directory:

Now you can clone this repository in your computer:

Befor create any updates, it's recommended to work in another branch. With this method, you can work in multiple updates and update easily the merge-requests. To do that:

Now check your update(s) with git status, git diff ...

Create the commit and push it on your Salsa repository:

That will create the remote branch update-international-arabic on your own repository.

Now you can go to your fork (on Salsa), and create the related merge-request.

If you commit and push any other content on this remote branch, the merge-request will automatically updated.