gitea.sh/README.md

18 lines
430 B
Markdown
Raw Permalink Normal View History

2020-01-15 16:21:55 +00:00
# gitea.sh
2020-01-15 18:52:55 +00:00
A Gitea bash client.
## Setup
Go to
[tildegit.org/user/settings/applications](https://tildegit.org/user/settings/applications)
and generate a new token. Copy the 32 bytes string that will
appear on the top of the page and save it somewhere safe.
2020-01-15 19:15:06 +00:00
echo "gitea-token=<token>" >> ~/.bashrc
2020-01-15 18:52:55 +00:00
## Create a new repository.
2020-01-15 19:15:06 +00:00
gitea.sh newrepo reponame "Repo's description" false "CC0-1.0" true "" "" "" $gitea-token