merge branches
Created by: hzb
I create a branch called develop from master, and create branch called function1 from develop, and then I do some code in branch function1, commit and push to function1, that's all fine, and then i request a merge, but I can only merge branch function1 to master, not branch develop, I really want to merge branch function1 to branch develop, not master, there's no choose to do this. I use gitlab (version 7.9.2) installed on ubuntu.