2

I have a repo that I save to bitbucket, which stores my project. For this project I'm relying on several tools such as Bootstrap. Inside my repo I cloned the Bootstrap repo and made some local edits, but it's not being picked up, how can I store a repo in a repo?

FLX
  • 4,634
  • 14
  • 47
  • 60

1 Answers1

1

Submodule is the answer, except you would need to reference a fork of the Bootstrap repo instead of the original Bootstrap repo, since you need to have to make modifications in it.

You can fork a Bitbucket repo, but, in the off chance that Bootstrap isn't on Bitbucket, you can simply clone it locally, and push it back on an empty Bootstrap repo created by you on Bitbucket.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250