I'm looking to make an app that constructs a very simple commit (with an empty tree and commit message), then pushes it as the new master to a remote. Is this possible with nodegit? The Remote class described in the docs doesn't appear to really have any interaction methods.
Reactions are currently unavailable
I'm looking to make an app that constructs a very simple commit (with an empty tree and commit message), then pushes it as the new master to a remote. Is this possible with nodegit? The Remote class described in the docs doesn't appear to really have any interaction methods.