簡體   English   中英

Git:從另一個功能分支接受拉取請求

[英]Git: Taking pull request from another feature branch

從 git 主分支,我創建了一個新的特性分支feature_001 我從 master 創建了另一個功能分支feature_002 完成后,我也嘗試在feature_002中提取feature_001更改。

如何在 git 中實現這一點?

git checkout feature_002
git merge feature_001

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM