Skip to content

Instantly share code, notes, and snippets.

@durvs
Created May 25, 2019 15:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save durvs/739f615456929a6d9987252a59baa39e to your computer and use it in GitHub Desktop.
Save durvs/739f615456929a6d9987252a59baa39e to your computer and use it in GitHub Desktop.
Git Yolo
git config --global alias.yolo \!"git add -A && git commit -am \"\`curl -s http://whatthecommit.com/index.txt \`\" && git push -f origin master"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment