Hide intermediate commits created by git rebase -i
from git sl
#1272
-
After I run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Not at present, but there is work in progress at #1098, and further discussion at #1088 The current workaround, as noted in #1088, is running something like |
Beta Was this translation helpful? Give feedback.
Not at present, but there is work in progress at #1098, and further discussion at #1088
The current workaround, as noted in #1088, is running something like
git hide 'stack() & message("This is a combination")'
after your rebase. If all of your work is on a branch, you may also have luck with something likegit hide 'stack() - main()..branches()'
, but beware that that will also hide any "branchless" commits you've created.