If I cherry-pick original commit deadbeef
with -x
, Git would append a line like
(cherry picked from commit deadbeef)
Is there any way to customize this message? Like I prefer
Backported from: deadbeef
Maybe some custom Git alias?
If I cherry-pick original commit deadbeef
with -x
, Git would append a line like
(cherry picked from commit deadbeef)
Is there any way to customize this message? Like I prefer
Backported from: deadbeef
Maybe some custom Git alias?
Copyright © 2021 Jogjafile Inc.
you can always use
to change your commit message.