I have forked project A in GitLab and create B and made some modification. After a month now i would like to update B project by pulling changes done in A.
How can i do this? I have option to create Merge request but i could't able pull from A.
I know this could be very simple because if anyone like to contribute has eventually take pull before submitting merge request.
Please help. I found only this https://about.gitlab.com/2016/12/01/how-to-keep-your-fork-up-to-date-with-its-origin/
Basically i want to "Pull new updates from original GitLab repository into forked GitLab repository"