git commit --fixup= my beloved
Conversation
Notices
-
Embed this notice
anna (navi@social.vlhl.dev)'s status on Tuesday, 03-Sep-2024 03:32:06 JST anna - Haelwenn /элвэн/ :triskell: likes this.
-
Embed this notice
akkoma flavored lizzy (fleckenstein@lizzy.rs alt) (lizzy@social.vlhl.dev)'s status on Tuesday, 03-Sep-2024 03:32:16 JST akkoma flavored lizzy (fleckenstein@lizzy.rs alt) @navi fixing up me? :blobfoxpleading: Haelwenn /элвэн/ :triskell: likes this. -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Tuesday, 03-Sep-2024 03:33:15 JST Haelwenn /элвэн/ :triskell: @navi Also git commit --amend which I use so often I aliased it to git fak
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Tuesday, 03-Sep-2024 03:34:52 JST Haelwenn /элвэн/ :triskell: @navi yeah or like "wait shit I forgot this" and you want clean commits -
Embed this notice
anna (navi@social.vlhl.dev)'s status on Tuesday, 03-Sep-2024 03:34:54 JST anna @lanodan i usually amend when it's doable (aka the last commit)
but when working on a bigger MR where changes are requested all over, fixups are so neat -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Tuesday, 03-Sep-2024 03:38:05 JST Haelwenn /элвэн/ :triskell: @navi Although I tend to just `git commit -m 'fixup $thing'` and then put it where it should go later on because git log is sometimes awfully slow.