Gitea is a web-based git hosting service that like GitHub, Gitlab, or BitBucket. SDF provides its own installation located at https://git.sdf.org.
For advanced users here is how to access SDF gitea using ssh keys
This tutorial is pretty basic and doesn't cover what is in the GIT SCM Introduction.
Visit https://git.sdf.org/explore/repos to see the current listing and to find interesting projects.
git clone <URL>
It will ask you to log in, then it will connect your local folder git with your repo. git add <file>
git commit
git push
(e.g., one currently living on GitHub)
SSH and Gitea – note that Gitea's ssh port is 2222
: access sdf gitea using ssh keys