I am new to working in branching and git.
I developed some test cases and created new branch to push the changes in that branch and opened a merge request in GitLab to be merged in master branch.
After PR, my reviewer highlighted some code refactoring and other minor changes.
Now, I have made those changes and the merge request is still open. How can I push the new changes/commit to an already opened merge request?