eclipse - How should I check out a newly added project from git repository? -
i new git hub/git.
till now:
i using egit i.e eclipse's plugin git.cloned remote repository , existing files available in local. can see incoming changes on existing projects checked out when synchronize in eclipse.
problem:
now new project has been added in same repository.i can see new project when login in git hub online. there no incoming changes in eclipse.
so,what should check out newly added project eclipse's egit ?
if new project in same branch working directory uses simple pull should bring new project. if new project added new branch should checkout branch.
Comments
Post a Comment