Go to file
Unknown 3f849ddfab Merge branch 'master' of github.com:gogits/gogs 2014-03-02 15:25:14 -05:00
conf add run user 2014-02-25 18:58:55 +08:00
models Merge branch 'master' of github.com:gogits/gogs 2014-03-02 15:25:14 -05:00
public ui for repo/create page 2014-03-03 00:22:20 +08:00
routers finished signin and login 2014-03-02 22:25:13 +08:00
templates ui for repo/create page 2014-03-03 00:22:20 +08:00
utils add ssh supports(unfinished) 2014-02-19 17:50:53 +08:00
.gitignore add user models 2014-02-14 22:20:57 +08:00
LICENSE Create LICENSE 2014-02-11 23:30:20 -05:00
README.md Formatting 2014-02-14 18:16:54 -05:00
bee.json Add code of delete user 2014-02-19 13:04:31 -05:00
gogs.go Update 2014-03-02 15:25:09 -05:00
serve.go ssh push support 2014-02-25 15:28:04 +08:00
web.go ui for user/profile page, only skeleton 2014-03-02 21:47:55 +08:00
xorm.log Update 2014-03-02 15:25:09 -05: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 and lunny. See contributors page for full list of contributors.