git-simpleserver:从命令行管理自己的Git服务器

时间:2021-05-18 15:54:57
【文件属性】:
文件名称:git-simpleserver:从命令行管理自己的Git服务器
文件大小:32KB
文件格式:ZIP
更新时间:2021-05-18 15:54:57
lightweight ssh simple self-hosted secure-by-default Git Simple Server —安全管理自己的Git服务器 Git Simple Server(缩写为“ git ss”)使您可以轻松地从命令行在自己的服务器上管理Git存储库。 它是超轻量级的,安全的,只需要一个shell, git和ssh 。 它具有集成的用户管理,使按用户,按存储库的读写权限管理变得简单。 在您的服务器上创建一个新的仓库。 $ git ss repo create server-config-nginx Repo ' server-config-nginx ' was created successfully. Track it as remote ' origin ' via: $ git remote add origin git@leonklingele.de:leon/server-config-nginx $ git remote set-ur
【文件预览】:
git-simpleserver-master
----client()
--------config.yaml.in(73B)
--------Makefile(579B)
--------git-simpleserver(8KB)
----server()
--------Makefile(929B)
--------authorized_keys(75B)
--------shell(4KB)
--------git-shell-commands()
----.travis.yml(1KB)
----LICENSE(34KB)
----README.md(6KB)
----tests()
--------02-user.test(1KB)
--------common.sh(32B)
--------common-user.sh(2KB)
--------03-cleanup.test(164B)
--------run.sh(582B)
--------common-repo.sh(3KB)
--------01-repo.test(2KB)
----TODO.txt(879B)

网友评论