Gitea bash client
Go to file
Ricardo Mazeto c0fc6182cc Hints to put token in environment var 2020-01-15 12:15:06 -07:00
LICENSE Initial commit 2020-01-15 11:21:55 -05:00
README.md Hints to put token in environment var 2020-01-15 12:15:06 -07:00
gitea.sh Hints to put token in environment var 2020-01-15 12:15:06 -07:00

README.md

gitea.sh

A Gitea bash client.

Setup

Go to 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 "gitea-token=<token>" >> ~/.bashrc

Create a new repository.

gitea.sh newrepo reponame "Repo's description" false "CC0-1.0" true "" "" "" $gitea-token