Files
scripts/ginit
T
2023-06-13 19:41:00 -06:00

9 lines
115 B
Bash
Executable File

#!/bin/zsh
git init
gh repo create
git stage -A
git commit -m "init commit"
git push --set-upstream origin main