#gittricks

Niko Föhrfohrloop
2023-12-24

Well this was really nice explanation about git patches! Good, in depth content and well explained!

youtube.com/watch?v=eG9oAroMcPk

Highly recommend this YouTube channel (@BriefVid) as it has some quality content.

Niko Föhrfohrloop
2023-12-23

What kind of trick(s) you use to make the git commit messages nicely aligned to N characters when merging a PR in GitHub?

I sometimes copy to VS Code which has the "editor.ruler" option and manually edit the text, but surely someone has come up with something more convenient?

Jan :rust: :ferris:janriemer@floss.social
2023-03-04

#Git tip

a
main----*
\
\c d
*----*fix
\
\e f
*----*feat

to this
a
main----*
|\
| \c d
| *----*fix
|
\ e f
\*----*feat

$ git switch feat
$ git rebase --onto main fix feat

#GitTip #GitTricks #AsciiArt #Ascii

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst