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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T16:40:32+00:00 2026-06-11T16:40:32+00:00

I am working on a GIT repository (called A here). It includes a submodule

  • 0

I am working on a GIT repository (called A here). It includes a submodule (called B here). When clone a new copy of A by

git clone --recursive <repository url for A>

A and B are cloned, but the version of B is out-of-date! No matter how I updated it by

git submodule update

When I cloned only B, it is up-to-date.

What is wrong? My git version is git version 1.7.7.5 (Apple Git-26), and my repository is on bitbucket.

  • 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-11T16:40:33+00:00Added an answer on June 11, 2026 at 4:40 pm

    While inside A, cd to dir where B is.

    cd path/to/B/inside/A
    

    Now you can checkout any commit that you want to have in A.

    git checkout <branch or commit>
    

    (You may need to fetch / pull the latest changes before this checkout.)

    Now go back to the root dir of A, and commit the change.

    cd -
    git add path/to/B/inside/A
    git commit -m "Update submodule B pointer."
    

    From now on, git clone or git submodule update will checkout that commit.

    Note that B is independent of A, so B can have any state in terms of branches, but as a submodule of A, it will point to the commit that A wants. This allows independent development of the two repos.

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

Sidebar

Related Questions

I accidentally added a cloned git repository to a working copy clone of my
I am currently working with a subversion repository but I am using git to
My git repository was suddenly broken. I had been working as usual, but when
I've been working on a local clone of a remote git repository, committing my
I am using TortoiseGit and am working with an svn repository using git-svn. Sometimes
I am working with my colleagues with GIT as the source code repository. Assume
I have Git (version 1.7.2.5) bash compeletion working on my Debian squeeze (6.0). Git
In Git I can do this: 1. Start working on new feature: $ git
I have a local git repository a central repo at github. I'm working on
I'm working with a git repository that's storing data for a website. It contains

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.