Takehiro Kaneko <[email protected]> writes: > Hi, > > How can I merge the develop branch into the master branch on Gerrit? > This is regarding openstack/python-rackclient. > > I tried the following command but got an error message. > > (develop) git checkout master > (master) git merge develop > (master) git review -t merge-develop > No changes between HEAD and gerrit/master. Submitting for review would > be pointless.
Try these instructions from the manual: http://docs.openstack.org/infra/manual/drivers.html#merge-feature-branch-into-master -Jim _______________________________________________ OpenStack-Infra mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
