Submodule in Bit bucket?

Shruti S G May 18, 2021

Does Bitnucket has submodule feature like Git 

1 answer

1 accepted

0 votes
Answer accepted
Charlie Misonne
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 18, 2021

Git Submodules are implemented in Git and Bitbucket is not more than a centralized Git solution.

You should be able to use submodules when using Bitbucket. Note that you should add the submodule from your git client. You won't be able to do that in the Bitbucket web interface.

Atlassian even has an article about submodules in general: https://www.atlassian.com/git/tutorials/git-submodule

Suggest an answer

Log in or Sign up to answer