gittaxstack / gittax

git.tax 代码库
MIT License
0 stars 0 forks source link

git 相关技术收集 #1

Open hahagittax opened 3 years ago

hahagittax commented 3 years ago
hahagittax commented 3 years ago

GitLab 架构 https://docs.gitlab.com/ee/development/architecture.html

image

hahagittax commented 3 years ago

libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language that supports C bindings.

node 实现 https://github.com/nodegit/nodegit

hahagittax commented 3 years ago

https://www.nodegit.org/api/ 实现一次 git init 和 clone 等 git 基本操作。