init commit

This commit is contained in:
Josh Ashton
2023-06-13 19:41:00 -06:00
commit d6a236f8e4
8 changed files with 490 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/zsh
git init
gh repo create
git stage -A
git commit -m "init commit"
git push --set-upstream origin main