Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #2886

Closed
Open
Created Feb 01, 2013 by Administrator@rootOwner

can not create mergerequest if I just push brunch to origin and have no commits after that

Created by: KES777

  1. git checkout master
  2. git pull
  3. git branch test
  4. git checkout test
  5. do some commits to branch
  6. git push origin test:test
  7. got to gitlab home and try to create mergerequest You can not create merge request if you have no any commits on this branch after push it to origin. WORKAROUND
  8. do some changes and do commit on branch 'test'
  9. git push
  10. Now you can create mergereqest for branch 'test'
Assignee
Assign to
Time tracking