Usage of advance feature and rebase in custom command #4379
Answered
by
stefanhaller
noahfraiture
asked this question in
Q&A
-
Hello,
(the syntax is a little bit different because nix, but it works the same) However I would like to give the possibility to amend any commit but this require interactive rebase. Is it possible to achieve this in custom commands ? |
Beta Was this translation helpful? Give feedback.
Answered by
stefanhaller
Mar 9, 2025
Replies: 1 comment 2 replies
-
Are you aware that this is available as a builtin command? Hit |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
noahfraiture
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you aware that this is available as a builtin command? Hit
a A
on a selected commit.