Support commit message commands syntax #877
devinrhode2
started this conversation in
Ideas
Replies: 1 comment
-
This is the intended use-case for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using this syntax when creating certain git commits, which are purely the result of running some command:
When these commands cause merge conflicts, a tool could simply discard the original
exec "..."
commit, and re-run the command on top of the other change.This could make rebase scripts like this irrelevant: https://stackoverflow.com/questions/71812872/how-to-rebase-when-prettier-formatting-was-applied-to-whole-project
Beta Was this translation helpful? Give feedback.
All reactions