简体   繁体   中英

Merge branch in SourceTree

Newbie Question alert ! My requirement is to merge a whole BugFixing branch to the development. On source tree there are two options when you go in to merging . "Merge from Log" and "Merge Fetched" . What's the correct option I should select ? Is merge from log only merge a specific commit ?

You should prefer the "Merge from fetch", this means that before the merge source tree will fetch the latest code from the remote repository.

By the way sourcetree tree do auto fetch every 10 minutes (can be configured in the preferences screen).

Merge from log will use the latest local commit.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM