Created
October 5, 2023 13:06
-
-
Save kingma-sbw/36849f13193155491f6cf1bf0590125d to your computer and use it in GitHub Desktop.
Create a repo and push the current folder argument is repo name
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
git init && git add . && git commit -m 'start' | |
gh repo create %1 --private | |
git remote add origin [email protected]:kingma-sbw/%1.git | |
git push -u origin main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment