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?
update
thanks inputs. wound :
- creating project/repository in group called master
- forking project/repository in group master , placing in group production.
- 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:
- navigate merge requests tab
- click new merge request
- select
dev
branch source branch - select target branch
- click compare branches , continue
- complete additional details on new merge request screen
- click submit merge request
alternatively, comments above suggest regular git merge on local copy , push gitlab.
Comments
Post a Comment