newrepo documented

This commit is contained in:
Ricardo Mazeto 2020-01-15 11:52:55 -07:00
parent b96213732b
commit e39d0d0dc4
1 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# gitea.sh
Gitea bash client
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.
echo -en <token> > gitea-token
## Create a new repository.
gitea.sh newrepo reponame "Repo's description" false "CC0-1.0" true "" "" "" $(cat gitea-token)