Looboer

joined 2 years ago
[โ€“] [email protected] 2 points 4 months ago

I'm using the browser extension DeArrow. It replaced thumbnails and titles with community created versions. It's not perfect but it makes YouTube allot better.

[โ€“] [email protected] 51 points 1 year ago (7 children)

Just use What The Commit.

You can also create a git alias:

git config --global alias.yolo '!git add -A && git commit -m "$(curl --silent --fail https://whatthecommit.com/index.txt)"'

Now you can just type 'git yolo' to create a commit!