New issue
Advanced search Search tips

Issue 783253 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Branches on remotes other then gerrit break git cl.

Project Member Reported by dsinclair@chromium.org, Nov 9 2017

Issue description

In my local repo, I pulled a branch I'd previously pushed to github. After working in that branch, I tried to do git cl status to see the status of my gerrit branches. This caused the output:

Branches associated with reviews:
Credentials for the following hosts are required:
  -review
  

which didn't make much sense. Once I deleted the entry:

[branch "xfa_scripts"]
  remote = github
  merge = refs/heads/xfa_scripts


from my .git/config the git cl tools started working again.

It would be nice to be able to pull branches from a github repo while still being able to work with gerrit.
 

Sign in to add a comment