python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can I use a submodule to push common code to several branches in the containing repo?
I have a repo that contains several branches, and always will. I want to be able to push common code to all of the branches simultaneously. Is it feasible to use a submodule in my repo?
Thank you.
RB50
Votes: 0
Answers: 0
Import <Route> in react-router-dom v6 from subrepository - context error
This is my project structure:
-Project:
-public
-src
- ...
-index.tsx
-views
-App.tsx
-Layout.tsx
-components
- ...
-common &l...
Fruitcake_Gary
Votes: 0
Answers: 0
How do you initialize new submodules after a pull without affecting the pre-existing ones?
After pulling, I would like to initialize all new submodules recursively with a single command.
The issue with using git submodule update --init --recursive is that it also resets which commit my pre-...
Douglas Lassance
Votes: 0
Answers: 3
GitHub submodule is empty in the cloud/server
I am working on building a custom OS using buildroot. The working tree of my project is as follows
final-project-DeekshithPatil (Main git repository) \
---> base_external \
---> builroot (git ...
Deekshith Patil
Votes: 0
Answers: 1