git.boskadoff
Self-hosted source control

Code that flows
forward and back.

Gitea instance for Mary Goncharenko. Sign in to access your repositories, or explore what's public.

quickstart
# Clone over HTTPS
$ git clone https://git.boskadoff.com/<owner>/<repo>.git

# Or over SSH
$ git clone git@git.boskadoff.com:<owner>/<repo>.git

# Push a new repository
$ git remote add origin https://git.boskadoff.com/<owner>/<repo>.git
$ git push -u origin main