rustylepord
rustylepord

Reputation: 5801

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 ?

Upvotes: 2

Views: 4354

Answers (1)

CodeWizard
CodeWizard

Reputation: 141946

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.

Upvotes: 6

Related Questions