yolo
, a git alias.
The alias runs this command:
git add -A && \
git commit -am "`curl -sL https://whatthecommit.com/index.txt`" && \
git push -f origin master
curl -L https://raw.githubusercontent.com/atongen/yolo/main/install.sh | sudo bash
- install as described in the previous step
- fork & clone the repo
- make your changes
git yolo