#!/bin/zsh

git init
gh repo create 

git stage -A
git commit -m "init commit"
git push --set-upstream origin main
