eclipse-egit / egit

EGit, the git integration of Eclipse IDE
https://www.eclipse.org/egit/
Eclipse Public License 2.0
13 stars 6 forks source link

Changed Remote not saved on "Pull ..." + change Remote + configure upstream #21

Open jukzi opened 4 months ago

jukzi commented 4 months ago

Version

latest

Operating System

Windows

Eclipse version

latest

Bug description

  1. Open "Pull" Dialog with "Pull ..." from Git Repositories view

  2. select another "Remote:"

  3. check "Configure upstream for push and pull"

  4. press "Finish"

  5. Open "Pull" Dialog with "Pull ..." from Git Repositories view again => the old Remote is selected

Workaround: do it again => the new Remote is selected

image

Actual behavior

old Remote is selected

Expected behavior

new Remote is selected

Relevant log output

No response

Other information

No response