Hello,

I have only ever used git in very very basic way: commit, branch, merge request, that’s pretty much it.

I have a use case where I pull the repository locally, branch (let’s call it branch1), write some code, test it, commit, then create a merge request to master branch.

The merge request takes some time to be approved. During that time I would like to add more edits on top of those I submitted in the merge request. What would be the correct steps here?

  • TechNom (nobody)
    link
    English
    17 months ago

    I think that you can add a WIP prefix to the MR title to prevent the maintainers from accidentally merging the branch prematurely.