Scotty keeps reverting my changes#
Scotty keeps reverting my changes
When I do `scotty build
or scotty shell
, my local branches are set back
to the default branch and my changes are not applied.
Why is that and what can I do about it?
Use uncommitted changes
By default the used kas
software will set back all repositories
to their defined defaults (defined by the manifest).
This will not be done if you have uncommitted local changes in the
repository in question.
Switch branch while in shell mode
You can switch the used branches in any repository while being
in scotty shell
mode.
This is the preferred method of locally working on changes.