Looboer
@Looboer@lemm.ee
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Manager: This task only takes 30 minutes. Why did it take you the whole day? 1 year ago:
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 whatthecommit.com/index.txt)”’
Now you can just type ‘git yolo’ to create a commit!