Created
May 19, 2020 10:16
-
-
Save MozyOk/c256c998aec9cb66dbd1e3c8e3b8609d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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