Skip to content

Instantly share code, notes, and snippets.

@MozyOk
Created May 19, 2020 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MozyOk/c256c998aec9cb66dbd1e3c8e3b8609d to your computer and use it in GitHub Desktop.
Save MozyOk/c256c998aec9cb66dbd1e3c8e3b8609d to your computer and use it in GitHub Desktop.
alias hey="cd '$(mktemp -d)' && git init && code ."
alias yo="git add . & git commit -m 'init' && gh repo create && git push origin master && gh repo view -w"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment