Currently writing a C# application it should do backups using GIT in the background.
I’m looking for projects or examples to do that without showing any GUI or bash shell..
When searching cross by GitSharp – https://github.com/henon/GitSharp.
It seems close to what I’ve looked for yet it isn’t active.. (see the pull req’)
Would like to get recommendations for open source projects or source code to do that.
libgit2sharp are C# bindings for
libgit2, which the official GitHub for Windows client uses. They should be decent.