forked from CadixDev/gitpatcher
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Rebase helper #4
Copy link
Copy link
Open
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.