Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6214277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T06:50:54+00:00 2026-05-24T06:50:54+00:00

If I do a git branch -a , I get my local branches listed

  • 0

If I do a git branch -a, I get my local branches listed correctly, but my remote branches are listed double… e.g.

master  
remotes/github/master  
remotes/origin/master

I think the reason for this is that I started out with a remote called github mapped to my github repository URL and then later changed its name to origin, still keeping the same URL.

If I do a git remote -v, I get the correct single name/url listing:

origin  git@github.com:username/Repo.git (fetch)
origin  git@github.com:username/Repo.git (push)

I tried removing the remote URL completely in the config file so that git remote would return nothing, but git branch -a still returned those doubled remote branches.

How do I get rid of this double listing?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T06:50:54+00:00Added an answer on May 24, 2026 at 6:50 am

    try

    git branch -d -r remotes/github/master
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a remote repository http://github.com/fernandezpablo85/Test This repo has a master branch, but it's
I accidentally ran git merge some_other_branch on my local master branch. I haven't pushed
I have a remote tracking branch tracked locally in my local repository using 'git
I'm trying to switch local branches in GIT but some auto-generated, ignored and uncommitted
git version 1.7.3.5 I have the following branches: git branch image master * video
Sometimes, I create local branches in git, and I'd like to get a warning
Right now, when I type git branch it lists my branches in an arbitrary
The command to remove a remote branch in git is the following git push
Here's an example: >git status # On branch master nothing to commit (working directory
How do you stop tracking a remote branch in Git ? I am asking

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.