9 lines
115 B
Bash
Executable File
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
|