Replies: 1 comment 3 replies
-
Good question. The patches themselves are regular git commits and thus can be pushed. But I think you're asking about not just the patches, but the stack state (metadata) that goes along with them too. That state is kept as objects in the repository, tracked by commits using the So, the stack state can also be pushed/fetched in a distributed fashion, but StGit does not provide tooling to do this in a smooth/turnkey manner. One basic problem that emerges right out of the gate is: how to ensure the patches are in sync with the stack state after pushing or pulling? I.e. because there are two refs ( I've had interest in the past in workflows that involved keeping a series in sync between two machines using git primitives as the sync mechanism (as opposed to using something like |
Beta Was this translation helpful? Give feedback.
-
Hello,
Is it possible to push/fetch patch series to/from remote repository?
Beta Was this translation helpful? Give feedback.
All reactions