5 ms·
How is this different from running git pull or git push to a remote?
by whoomp12341 3y ago
How is this different from running git pull or git push to a remote?
- edgyquant 3y agoBecause this is about two repos with unrelated histories
- OJFord 3y agoYou can have multiple orphan/root commits, it can be that simple conceptually.
- tripleo1 3y agoWithout reading everything it seems like you can change the paths and still keep the history (of both), while seeing both simultaneously, as opposed to switching branches, like it seems you are saying.
- whoomp12341 3y agono, I am not talking about switching branches. I mean pushing to a remote repository. Git was designed to be decentralized such that you can push and pull from multiple machines in any flow you like. Most folks at engineering shops use git in a central model from my experience