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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T14:14:16+00:00 2026-05-21T14:14:16+00:00

A friend is stuck with an old version of Git (I think he said

  • 0

A friend is stuck with an old version of Git (I think he said 1.5?), where he says the -b <branch> option is not supported. I can’t wrap my head around it, so I really hope someone could help:

What would be the equivalent of the following command, without using -b?

git clone -b $BRANCH $REPO

EDIT: I originally asked for git checkout – that’s not what I meant. Sorry!

  • 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-21T14:14:17+00:00Added an answer on May 21, 2026 at 2:14 pm

    in older git this required two steps:

    git branch $BRANCH $FROM_COMMIT
    git checkout $BRANCH
    

    notice i used $FROM_COMMIT, $REPO in your question looks odd and misleading – you can only create branches from commits, not from other repositories.


    editing my answer, since the question was altered. reading the manpage for git clone, we can see that

    -b

    Instead of pointing the newly created HEAD to the branch pointed to by the cloned repository’s HEAD, point to branch instead. In a non-bare repository, this is the branch that will be checked out.

    to achieve this effect with an older git version we would use:

    git clone $REPO
    git branch $BRANCH origin/$BRANCH
    git checkout $BRANCH
    

    this will set your local HEAD to the newly created $BRANCH which is pointing to origin/$BRANCH

    (hopefully i’m not mistaken – i don’t have a git install here to test …)

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

Sidebar

Related Questions

A friend has pointed me to his old website and says the submit form
I am stuck on the CSS part, am helping a friend to implement one
A website I recently completed with a friend has a gallery where one can
I have a demo program for understanding of friend function. I am stuck up
My friend has been using abobe flash for a while now, and said normally
I'm new to Drupal but thanks to our old friend O'Reilly I'm blazing through
right now I think i'm stuck between two main choices for grabbing a user's
I'm having a puzzle contest with my friends, and I'm stuck on this problem:
friend's I have a task to place the horizontal scroll or swipe menu tabs
My friend and I were discussing the other day which style of code is

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.