@anon
sign up
@anon
sign up
pull down to refresh
git-absorb: git commit --fixup, but automatic
github.com/tummychow/git-absorb
398 sats
\
3 comments
\
@02c42fc294
23h
devs
write
preview
reply
100 sats
related posts
view all related items
96 sats
hot
recent
top
50 sats
\
2 replies
\
@ek
20h
Interesting! I use
--fixup
a lot and manually find the corresponding commit.
Never occurred to me you could automate this. Thanks for sharing!
reply
25 sats
\
0 replies
\
@02c42fc294
OP
17h
Same here, I used to use a blame diff, and use the commit whose commit hash is just above or below the modified lines. Absorb just does it automatically.
reply
21 sats
\
0 replies
\
@WeAreAllSatoshi
18h
Same here. I’ll give this a try
reply
--fixup
a lot and manually find the corresponding commit.