minus-squareLooboer@lemm.eetoProgrammer Humor@programming.dev•Manager: This task only takes 30 minutes. Why did it take you the whole day?linkfedilinkEnglisharrow-up0·11 months agoJust 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! linkfedilink
Just use What The Commit.
You can also create a git alias:
Now you can just type ‘git yolo’ to create a commit!