ForgeLite - 最简化的 Git

1作者: david328921 天前原帖
ForgeLite 是最简化的 Git。 仓库链接:https://github.com/3289david/forgelite 功能: - 仓库 — 公共/私有,分叉,收藏,文件浏览器,README 渲染,提交历史 - 问题 — 打开,评论,关闭,Markdown 内容 - 拉取请求 — 实际的 Git 差异,代码审查评论,通过 Git 合并 - Git 命令行 — 完整的 HTTP 智能协议(git clone/push/pull 开箱即用) - 网络托管 — 推送到 gh-pages 分支,服务于 /:user/:repo/pages/ - 认证 — JWT Cookies(网页) + HTTP 基本认证 / 个人访问令牌(Git 命令行) - REST API — 所有资源的完整 JSON API 你对此有什么看法?
查看原文
ForgeLite is the most minimalized git. Repo:https://github.com/3289david/forgelite Features Repositories — public/private, fork, star, file browser, README rendering, commit history Issues — open, comment, close, Markdown body Pull Requests — real git diffs, code review comments, merge via git Git CLI — full HTTP smart protocol (git clone/push/pull works out of the box) Web Hosting — push to gh-pages branch, served at /:user/:repo/pages/ Auth — JWT cookies (web) + HTTP Basic Auth / Personal Access Tokens (git CLI) REST API — full JSON API for all resources What do you think about this?