Is there some way to batch rename patches? #123
Answered
by
topher200
AlansCodeLog
asked this question in
Q&A
-
For example if I uncommit x number of commits, they might not have very nice names because they might be prefixed |
Beta Was this translation helpful? Give feedback.
Answered by
topher200
Jul 9, 2021
Replies: 1 comment
-
Wait for the next release! There's three new PRs coming that will help with this sort of workflow.
If we put these all together we can get closer to what you're looking for. Here's a screencast: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AlansCodeLog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wait for the next release! There's three new PRs coming that will help with this sort of workflow.
stg rebase --interactive
command: #115stg rebase --interactive
: #133stg edit
gains the power to rename a patch: #137If we put these all together we can get closer to what you're looking for. Here's a screencast: