m-b-t-n / dotfiles

My dotfiles.
1 stars 0 forks source link

tig: Allow auto-squashing when to rebase #175

Closed m-b-t-n closed 7 months ago

m-b-t-n commented 7 months ago

If the branch contains the commits which starts to name {Fixup!, Squash!}, Git can {fixup, squash} them with --autosquash option.

resolves #174