标签: git github
假设我有3个分支:master,A,B。现在我想将请求从A拖到B,该怎么办?我知道如何将请求从A,B拉到主服务器,而不是从A拉到B
答案 0 :(得分:1)
创建拉取请求时,在“基础”(=目标分支)下拉列表中选择B而不是master
B
master