标签: python node.js git
如何从裸git repo检索文件,提交等信息?当我使用git init --bare命令创建git服务器时,默认情况下会创建branches/ config description HEAD hooks/ info/ objects/ refs/。如何检索文件列表或其内容,从服务器端提交信息?如果解决方案或示例将在nodejs或python中,那将非常有用。
git init --bare
branches/ config description HEAD hooks/ info/ objects/ refs/