Gitea¶
Gitea is a painless, Self-hosted Git service described as "Git with a cup of tea".^[400-devops__10-Version-Control__gitea.md]
Overview¶
Gitea is a community-managed lightweight code hosting solution written in Go. It is designed to be a fast, easy-to-use, and cross-platform alternative to [[Git]] hosting services like [[GitHub]] and [[GitLab]] (though these specific comparisons are inferred from its positioning). It includes features like issue tracking, pull requests, and a wiki, making it suitable for personal or team development environments.
Installation¶
The official documentation provides instructions for installing Gitea via Docker, which allows for easy deployment and containerization.^[400-devops__10-Version-Control__gitea.md]
Sources¶
400-devops__10-Version-Control__gitea.md
Related¶
- [[Version Control]]
- DevOps
- [[Git]]