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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T02:25:42+00:00 2026-06-11T02:25:42+00:00

I issued the following pull to our GitHub repo… L.MVC4 (master *)$ git pull

  • 0

I issued the following pull to our GitHub repo…

L.MVC4 (master *)$ git pull
remote: Counting objects: 59, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 36 (delta 29), reused 34 (delta 27)
Unpacking objects: 100% (36/36), done.
From https://github.com/CM/L.MVC4
   b002a02..82deccf  master     -> origin/master
   e690bc3..d23f567  koprod3    -> origin/koprod3
 * [new branch]      koprod4    -> origin/koprod4
Updating b002a02..82deccf

… and noticed 2 branches (koprod3, koprod4) from a coworker he checked in were pulled. However, when I do a git branch I only get my branches…

L.MVC4 (master *)$ git branch
* master
  newbranch
  seeddata

So how do I gain access to his branches. It appears they have already been pulled?

  • 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-11T02:25:43+00:00Added an answer on June 11, 2026 at 2:25 am

    These are remote branches. To see them, either run git branch -r (only show remote branches) or git branch -a (show all branches).

    To check them out, use git checkout -b koprod3 origin/koprod3 (newer versions of Git also allow just git checkout koprod3). To create a local branch at the commit they are currently pointing to, issue the command git branch koprod3 origin/koprod3.

    Of course, the name for your local branch can be anything and must not be identical to the remote name.

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

Sidebar

Related Questions

I ran git pull origin master and I get the following message because I
Suppose we have the following repository structure on github: company:project.git \- company:submodule.git A developer
I just started compiling boost C++ libraries. With the following commands I issued it
I've the following issue I've a windows application It calls a remote web service
We have been using SimplePie on our Magento install to pull our blog posts
I'm new to git, and I can't make sense of the following behavior: I
I'm following this Hiphop installation guide: https://github.com/facebook/hiphop-php/wiki/Building-and-installing-on-ubuntu-10.10 And when I try to make it,
I am trying to pull data from our Oracle datamart into R using RODBC.
I have been experiencing the following problem when updating a local repository with PULL
I was trying to do a simple test to pull emails from gmail following

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.