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

  • SEARCH
  • Home
  • 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 8818893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T05:13:07+00:00 2026-06-14T05:13:07+00:00

I host on BitBucket when I git clone a repository or use git pull

  • 0

I host on BitBucket when I git clone a repository or use git pull origin master and git pull origin myBranch it does pull second time, but when I list branches with git branch -v I only see master. Doing git status shows nothing too.

How do I pull all of the branches off the web repo to my local repo?

Could it be that it’s because I changed computers and name on the git settings changed so it only lets me get master since it’s the default branch and the other one can be only accessed by whoever created it?

  • 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-06-14T05:13:08+00:00Added an answer on June 14, 2026 at 5:13 am

    The branches do exist but you can’t see them

    Try using this:

    git branch -a
    

    You’ll now see the list of remote branches in origin e.g.

    Output:

    remotes/origin/tk_removes_call_centers
    remotes/origin/tk_warm_transfer_fix
    remotes/origin/update_README
    

    and you can then

    git checkout [any_individual_branch_name]
    

    You can also get the same list with git branch -v --all which includes the most recent commit info, i.e.

    git branch -v --all
    

    output:

    remotes/origin/tk_removes_call_centers     1478b14 re-adding call feedback workers
    remotes/origin/tk_warm_transfer_fix        94720c5 handling blank auto policy
    remotes/origin/update_README               a769b82 Update README
    

    git branch -v (without --all) only shows branches you’ve worked on.
    When you use --all you see all the tracking branches in origin/

    Related:

    • How to clone all remote branches in Git?
    • How do you create a remote Git branch?
    • Git fetch remote branch
    • How do I check out a remote Git branch?
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to host my source on bitbucket using git because I obviously get
I'm using bitbucket to host my git repos. I develop locally and push to
I use GIT to manage my project's source code, using SourceTree locally and BitBucket
I am a new git user. I have a repository on bitbucket that I
The host I'm considering for hosting a Django site has mod_python installed, but does
I have a GIT repository on bitbucket, which I want my Jenkins Server to
my host (one.com) doesn´t support java webapps. But I have a java programm that
I host my site with GoDaddy , and I use the PHP mail() function
We host the email for our company with Google Apps, and we use email
My host allows limited access to SSH and Linux commands. However, I can't use

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.