can not create mergerequest if I just push brunch to origin and have no commits after that
Created by: KES777
- git checkout master
- git pull
- git branch test
- git checkout test
- do some commits to branch
- git push origin test:test
- 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
- do some changes and do commit on branch 'test'
- git push
- Now you can create mergereqest for branch 'test'