From d2ffa6f1c49b50a6459e5bea5b65d62a4c39f313 Mon Sep 17 00:00:00 2001 From: Daniel Blatt Date: Fri, 29 Jun 2018 21:27:46 +0200 Subject: [PATCH 1/2] Add Gitea Self-Hosted Repository --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c46493..99d2dc7 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [Upsource](https://www.jetbrains.com/upsource) - recent offer from Jetbrains, a famos developer-oriented software company. Code repository hosting feature pending. Free for 10 users. Good integration with YouTrack and TeamCity * [GitBucket](https://github.com/takezoe/gitbucket/) - a GitHub clone powered by Scala. * [Gogs](http://gogs.io/) - a self-hosted Git Service written in Go. +* [Gitea](https://gitea.io/) - a community managed fork of Gogs, lightweight code hosting solution written in Go. * [GitBlit](http://gitblit.com/) - Pure Java Stack for managing, view, and serving Git repositories. * [Apache Allura](https://allura.apache.org/) - an open source implementation of project hosting platform * [Phabricator](https://www.phacility.com/) - an integrated set of powerful tools to help companies build higher quality software From a1e308791157ff81344c8f153f4e2174f6d5bd2d Mon Sep 17 00:00:00 2001 From: Dick Tang Date: Mon, 6 Aug 2018 01:36:11 +0800 Subject: [PATCH 2/2] add conventional-changelog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99d2dc7..ada3223 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [Gitless](http://gitless.com/) - an experimental version of Git that changes some of Git's underlying concepts * [ghq](https://github.com/motemen/ghq) — Organization for remote repositories * [bash-git-prompt](https://github.com/magicmonty/bash-git-prompt) - An informative and fancy bash prompt for Git users +* [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) - a set of tools for parsing [conventional commit](https://conventionalcommits.org/) messages from git histories ## Extensions *Git is designed for source control management. but people extend the idea and push version control to everywhere*