nodegit Questions
3
Solved
I write an Electron app that uses nodegit. For my test part I use ava in combination with Spectron to test my app. All of my tests work - including functions which use nodegit in my app.
In additio...
2
I have two branches master and master.min in my repo.
Suppose my current branch is master.min.
My master branch is at commit - abcd
Some pushes occur to master branch - efgh, ijkl
I store the ...
Agamic asked 6/1, 2016 at 12:47
1
Using Node-git I just want to:
Open a repo (where a file has been written/updated)
Stage the file
Do commit
Using the git cli I would write something like this
cd repo
git add file.js
git com...
2
Solved
NodeGit does not seem to be providing any API to retrieve Git configuration values.
See http://www.nodegit.org/#Config
I was expecting something like Config#getValue() or similar API to retrieve ...
2
Solved
I have been trying all morning to open an existing repo and change branch or tag using nodegit. The documentation is extensive but seems to be out of date. Any ideas on what I'm doing wrong?
var N...
1
Solved
I'm writing a little app that analyses the git repositories inside a folder. I'm using nodegit to parse the repo which is based on libgit2.
How can I get all the commits from all the branches in a...
2
Solved
Looked around for an example, but couldn't find one. The documentation is not explained and I could not figure it out.
How to modify a file (README.md for example), create a commit for the modifie...
Daisy asked 26/5, 2014 at 12:39
1
Solved
I'm trying to clone git repository from our teamforge server in node.js using library nodegit (version 0.2.4) and ssh.
Our server requests authentication from user and when I was trying to use only...
1
© 2022 - 2024 — McMap. All rights reserved.