git - No Merge Request Button for a branch in Gitlab -


newbie in using git , gitlab on here

i have gitlab setup whereby have following branches project

devevlopment (dev) -> consolidation (cons) -> testing (test) -> production (prod) -> master

i merge code on "dev" "cons".

i see there not "merge request" button available "dev"

why case?

tiaenter image description here

update

thanks inputs. wound :

  1. creating project/repository in group called master
  2. forking project/repository in group master , placing in group production.
  3. continued forks represent other deployment areas (i.e. test, cons, dev)

this seems have produced effect looking - way - no longer have branches :dev, test, prod, etc. under 1 repository/project.

the merge request buttons on screen create request merge default branch. dev is default branch, no button exists.

if go merge requests tab should able create merge request default branch:

  1. navigate merge requests tab
  2. click new merge request
  3. select dev branch source branch
  4. select target branch
  5. click compare branches , continue
  6. complete additional details on new merge request screen
  7. click submit merge request

alternatively, comments above suggest regular git merge on local copy , push gitlab.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -