just starting
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
publish () {
|
||||||
|
local repo_name
|
||||||
|
repo_name=$(basename "$PWD")
|
||||||
|
# replace this with basic git or gitea as needed
|
||||||
|
gh repo create "captbrogers/$repo_name" --private --source=. --remote=origin --push
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user