Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8377683
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T15:44:02+00:00 2026-06-09T15:44:02+00:00

In EGit when I got to Team > Switch to > New branch I

  • 0

In EGit when I got to Team > Switch to > New branch I end up with the dialog box below. What is the meaning of the various pull strategies listed on this dialog box?

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T15:44:03+00:00Added an answer on June 9, 2026 at 3:44 pm

    Take a look at this from here :

    enter image description here

    From the above link :

    The “Pull Strategy” group is only visible when a branch is selected in
    the combo and allows to override the default setup for the “upstream
    configuration” which is helpful when fetching and pushing, but
    particularly when pulling. Depending on the selected option the
    following configuration can be chosen:

    Rebase: When pulling, new changes will be fetched from upstream and the remote tracking branch will be updated. Then the current local branch will be rebased onto the updated remote tracking branch

    Merge: When pulling, the changes will be fetched from upstream and the remote tracking branch will be updated. Then the current local branch will be merged with the new changes. This is the default if the new branch is based on a remote tracking branch (but this default may be overridden by specific repository configuration)

    None: When pulling, no specific upstream configuration will be done for the new branch; however, if a default remote exists (a remote
    with name “origin”, pull will try to use the configuration of this
    remote; this is the default if the new branch is not based on a remote
    tracking branch

    Command Line Equivalents

    I think, the command line equivalent’s of the above would be as follows:

    Rebase

    git fetch   //This updates the remote-tracking-branch such as remotes/origin/master    
    git rebase remotes/origin/master
    

    Merge

    git fetch   // This updates the remote-tracking-branch such as remotes/origin/master
    git merge remotes/origin/master
    

    Having written that, my knowledge of GIT does not make me confident of the above.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I create a new branch from a remote branch using EGit I get
I just installed eGit plugin and I'm playing around with it. I'm new to
I add a new project to github using egit by right clicking on the
I have added a new GIT repo (private github repo) to Eclipse EGit repo
I'm using git via the Eclipse egit plugin. I am new at using git
I have installed egit , and by using Team - Share - commit ,
I am using Eclipse and eGit for Githun stuff. I am NEW to GitHub
I get this error when I try to pull from remote repository using Egit
Installing egit on indigo im given following options : I've just checked 'Eclipse Egit'
We're using Eclipse (with the eGit plugin) and I want to host a repo

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.