Jeff MAURY created JBIDE-25596:
----------------------------------
Summary: Wrong Git repo used when creating OpenShift application
Key: JBIDE-25596
URL:
https://issues.jboss.org/browse/JBIDE-25596
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.2.Final
Reporter: Jeff MAURY
Assignee: Dmitrii Bocharov
Fix For: 4.5.x
When creating an OpenShift application from a local Eclipse project, the Git repo URL is
wrongly extracted.
I have clone a project so I have two remotes in my Git config: upstream and orign. I have
created a branch and pushed to origin.
When the OpenShift application is created, the Git repo URL is upstream and the Git ref is
the newly created branch. Thus this is invalid as the newly created branch does not exists
on upstream and I would expect the Git repo URL to be origin
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)