D
D
Dmitry2019-12-07 23:17:21
GitHub
Dmitry, 2019-12-07 23:17:21

How to store your bikes on github?

There is a vue application that is slowly growing into small self-sufficient components. I know that these components (not all) will be useful to me in other projects. How can I store them on github?
For each component to create a new repository?
Or create one conditionally naming components and shove them into different branches?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SagePtr, 2019-12-07
@By_Engine

Yes, for each - a separate turnip, and connect through submodules.
Branches - designed for a completely different purpose - to work with several versions of the same code (when your changes do not come linearly, but something in one version, something in another)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question