Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 429 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 429 Bytes

yolo

yolo, a git alias.

the alias

The alias runs this command:

git add -A && \
  git commit -am "`curl -sL https://whatthecommit.com/index.txt`" && \
  git push -f origin master

installation

curl -L https://raw.githubusercontent.com/atongen/yolo/main/install.sh | sudo bash

contributing

  • install as described in the previous step
  • fork & clone the repo
  • make your changes
  • git yolo