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)
Customize git subtree merge
I'm trying to merge a sub-repo into a main-repo in GIT.
my sub-repo file explorer
While doing the merge, I'm providing a specific folder for each of my sub-repo files & folders, for example my su...
JSAddict
Votes: 0
Answers: 0
Share the remotes that are added locally to make working with git subtree a bit easier
Going through the tutorial here: https://www.atlassian.com/git/tutorials/git-subtree
On the surface it seems that subtrees are more work than submodules with multiple members on the team.
For example,...
Samaursa
Votes: 0
Answers: 0
Rebase local commits on remote subtree update
I'm trying to build a monorepo that has subtrees to other projects I'm using. In these subtrees I want to make some customizations to fit my monorepo project.
When changes occur on the remote (origina...
CodeRed
Votes: 0
Answers: 0
git push specific files to another remote
I have a git repository containing several linked projects like
|-- configs
| |-- A.py
| `-- B.py
|-- datasets
| |-- a.py
| |-- b.py
| `-- c.py
|-- models
| |-- x.py
| `-- y.py
`-- proje...
Jav
Votes: 0
Answers: 1