You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even I'm using msync since months now, I never understand why there is an amend option during update and why there is no hard-reset option ATM.
This is probably due to our workflow, so I will describe how we use msync.
We (@opus-codium) use msync to apply massive modifications on multiple repos based on templates.
When we need to apply templates, we start from the master branch and apply modifications in a specific one, e.g. modulesync. If something goes wrong during the process, we change our modulesync templates or/and config then re-apply it the same way.
Before implementing the --hard-reset option, we executed a script to reset our modulesync branch for the master one.
This workflow allow an idempotent behavior, a thing we like a lot (maybe related to puppet love ;-)).
As I'm currently offer some of my time to contribute to msync, I'm asking me about removing the amend option... so I'm looking for a rock-solid workflow that needsamend option.
The text was updated successfully, but these errors were encountered:
Even I'm using
msync
since months now, I never understand why there is anamend
option duringupdate
and why there is nohard-reset
option ATM.This is probably due to our workflow, so I will describe how we use
msync
.We (@opus-codium) use
msync
to apply massive modifications on multiple repos based on templates.When we need to apply templates, we start from the
master
branch and apply modifications in a specific one, e.g.modulesync
. If something goes wrong during the process, we change our modulesync templates or/and config then re-apply it the same way.Before implementing the
--hard-reset
option, we executed a script to reset ourmodulesync
branch for themaster
one.This workflow allow an idempotent behavior, a thing we like a lot (maybe related to puppet love ;-)).
As I'm currently offer some of my time to contribute to
msync
, I'm asking me about removing theamend
option... so I'm looking for a rock-solid workflow that needsamend
option.The text was updated successfully, but these errors were encountered: