Skip to content

Instantly share code, notes, and snippets.

@kingma-sbw
Created October 5, 2023 13:06
Show Gist options
  • Save kingma-sbw/36849f13193155491f6cf1bf0590125d to your computer and use it in GitHub Desktop.
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
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