Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 326816

Summary: Git Sync view missing local branch
Product: [Technology] EGit Reporter: Paul Webster <pwebster>
Component: UIAssignee: Project Inbox <egit.ui-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 0.9.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Paul Webster CLA 2010-10-01 15:36:39 EDT
I had a local git repo and committed some work into a branch:
bash-3.2$ git branch
* git_bug325392
  origin

When I use File>Import to import the git projects and then Team>Share, it connects them to my git repo.

Then I go to Git Repo view, under local branches it only lists origin, so I can't checkout my git_bug325392 branch

PW
Comment 1 Paul Webster CLA 2010-10-01 16:41:21 EDT
I was looking at the wrong repo on disk.

PW