I wish git commit --amend would have a short option because I make typos on it so ridiculously often…
Conversation
Notices
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Thursday, 08-Feb-2024 12:45:59 JST Haelwenn /элвэн/ :triskell: -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Thursday, 08-Feb-2024 23:33:26 JST Haelwenn /элвэн/ :triskell: @smonff rebase can be horribly slow in large repositories though for some reason. -
Embed this notice
sebi (smonff@rivals.space)'s status on Thursday, 08-Feb-2024 23:33:32 JST sebi @lanodan rebase reword might be more practical? Especially that it allows to edit many commit messages in a row.
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Friday, 09-Feb-2024 02:14:18 JST Haelwenn /элвэн/ :triskell: @vv221 Ah right, git has this style of getopt_long implementation (yes it's non-standard…). -
Embed this notice
vv221 (vv221@fediverse.dotslashplay.it)'s status on Friday, 09-Feb-2024 02:14:20 JST vv221 You can use git commit --am. -
Embed this notice
Chagratt (chagratt@pleroma.chagratt.site)'s status on Friday, 09-Feb-2024 02:21:25 JST Chagratt @lanodan I have a nice alias for that in my git config :
alias.ahmerde=commit --amend:neofox_cool_fingerguns:
Haelwenn /элвэн/ :triskell: likes this. -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Friday, 09-Feb-2024 02:22:20 JST Haelwenn /элвэн/ :triskell: @Chagratt Me connaissant ça serais un alias shit='git commit --amend' (ou un alias marde)
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Friday, 09-Feb-2024 02:27:25 JST Haelwenn /элвэн/ :triskell: @Chagratt Trouvé un qui fonctionnerais bien, alias.fak=commit --amend comme ça c'est sur la homerow en qwerty.
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Friday, 09-Feb-2024 02:42:49 JST Haelwenn /элвэн/ :triskell: @luxifer @Chagratt Which is like the opposite of what I'd go for, shortest being the best, specially when called often (which I tend to do as I pretty much commit everytime I exit/background the editor). -
Embed this notice
Florent Viel 🦫 (luxifer@social.luxiferapp.com)'s status on Friday, 09-Feb-2024 02:42:51 JST Florent Viel 🦫 You can insert a non breaking space between to have "ah merde" but the non breaking space might be cumbersome to type on a keyboard
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Friday, 09-Feb-2024 04:45:15 JST Haelwenn /элвэн/ :triskell: @luxifer @Chagratt I rebase often to keep the history clean, not rely on me being clean, git commits are very cheap. -
Embed this notice
Florent Viel 🦫 (luxifer@social.luxiferapp.com)'s status on Friday, 09-Feb-2024 04:45:16 JST Florent Viel 🦫 I do not tend to commit so often because I like to have a coherent set of code for the change so that when you browse the history you understand the process. But yes, something like
alias gca="git commit --amend"Might do the job
-
Embed this notice