-
Hello, is it possible to switch flags when committing (amending)? |
Beta Was this translation helpful? Give feedback.
Answered by
mark2185
Nov 1, 2022
Replies: 1 comment 1 reply
-
Currently only through a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
isgj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently only through a
custom command
. Either a predefined one, or:git commit <flags>
.