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