Commit directly to a bare repository

后端 未结 3 674
独厮守ぢ
独厮守ぢ 2020-12-14 22:44

Some Context

what this fits into

A collaboration focused web application that offers git hosting (as bare repos)

what we want to do

3条回答
  •  心在旅途
    2020-12-14 23:03

    I created the sample for git add/rm files into bare repo using JGit. Check out https://github.com/junoyoon/git-online-commit-sample. In the test code you can know how to use JGit APIs for bare repo manipulation.

提交回复
热议问题