Currently rebasing a gitpatcher project on top of a newer upstream involves a bit of fiddling with the various places gitpatcher tracks the upstream ref.
A simple helper for something like ./gradlew rebasePatches --ref="ref" [--pull] to do this rebase would save time when doing these operations.
Currently rebasing a gitpatcher project on top of a newer upstream involves a bit of fiddling with the various places gitpatcher tracks the upstream ref.
A simple helper for something like
./gradlew rebasePatches --ref="ref" [--pull]to do this rebase would save time when doing these operations.