Go to file
Lunny Xiao b3de0ded70 Merge branch 'master' of github.com:gogits/gogs 2014-03-11 18:10:37 +08:00
conf Finish create repo 2014-03-11 01:32:36 -04:00
models add GetReposFiles 2014-03-11 18:10:19 +08:00
modules Finish create repo 2014-03-11 01:32:36 -04:00
public dashboard ui 2014-03-11 17:19:54 +08:00
routers add repo list of dashboard 2014-03-11 14:17:05 +08:00
templates dashboard ui 2014-03-11 17:19:54 +08:00
.gitignore Add custom.ini 2014-03-10 23:03:17 -04:00
LICENSE Create LICENSE 2014-02-11 23:30:20 -05:00
README.md Finish log in user 2014-03-06 11:42:14 -05:00
bee.json Merge utils to modules 2014-03-07 17:22:15 -05:00
gogs.go Finish create repo 2014-03-11 01:32:36 -04:00
serve.go Finish create repo 2014-03-11 01:32:36 -04:00
web.go Add add and delete SSH key 2014-03-10 20:48:58 -04:00

README.md

Gogs - Go Git Service Go Walker

Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language.

Purpose

There are some very good products in this category such as gitlab, but the environment setup steps often make us crazy. So our goal of Gogs is to build a GitHub-like clone with very easy setup steps, which take advantages of the Go Programming Language.

Overview

Please see Wiki for project design.

Installation

Dependencies

Acknowledgments

Contributors

This project was launched by Unknown, lunny and fuxiaohei. See contributors page for full list of contributors.