Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 326816 - Git Sync view missing local branch
Summary: Git Sync view missing local branch
Status: RESOLVED INVALID
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 0.9.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-01 15:36 EDT by Paul Webster CLA
Modified: 2010-10-01 16:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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