taskolib / libgit4cpp

C++ wrapper for libgit2 with limited functionality
https://taskolib.github.io/libgit4cpp/
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Feature request: wrapper for git remote operations #3

Open wyrnat opened 1 year ago

wyrnat commented 1 year ago

After taskolib/taskolib#73 is accomplished, the GitRepository class must be extended by the following functions

alt-graph commented 1 year ago

I'll move this feature request to libgit4cpp.

Finii commented 7 months ago
  • clone (reset repository or initialize on new server)

reset repository can be done with GitRepository::reset() ? Unclear what this means here.

Push should be able to push to a new branch, to avoid data races on the remote repository in case we have multiple taskomat-server-instances.