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 8191575
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T03:56:58+00:00 2026-06-07T03:56:58+00:00

Basically i cannot see a branch on a different computer. I run git branch

  • 0

Basically i cannot see a branch on a different computer. I run

git branch -a

and on home computer I get

C:\learn ror\sample_app [filling-in-layout]> git branch -a
* filling-in-layout
  master
  static-pages
  remotes/origin/filling-in-layout
  remotes/origin/master
  remotes/origin/static-pages

On the work pc I get almost the same result, except the “filling-in-layout” branches(local and remote).

What should I do?

  • 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-07T03:57:00+00:00Added an answer on June 7, 2026 at 3:57 am

    To share branches, you need to push your branches on the machines where they’re created, and setup remote tracking branches on the other machines:

    Try this, on the machine that has the branch:

    git push -u origin <branch name>
    

    and this on the machine that doesn’t:

    git fetch
    git checkout <branch name>
    

    Git will automatically set up a remote tracking branch named <branch name> if you try to check out a branch that only exists on a remote.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Basically, I have a script that cannot see an existing directory on the OS
Say I get a patch created with git format-patch . The file is basically
Basically all pages on this site I am building cannot be accessed when the
Sorry I cannot be more descriptive, basically what happened is I went to open
Basically I need to get older version of a file in the repository without
my question is a pretty simple one, however I simply cannot see where i
As you can see from the title I basically want to update a plist.
I searched around, but I didn't see my particular issue. Basically, I want to
Trying to learn C++ and working through a simple exercise on arrays. Basically, I've
I am facing a problem that I cannot see how it is solvable without

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.