We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd65481 commit 5570295Copy full SHA for 5570295
examples/push.js
@@ -57,9 +57,6 @@ fse.remove(path.resolve(__dirname, repoDir))
57
}
58
});
59
60
- return remote.connect(nodegit.Enums.DIRECTION.PUSH);
61
- })
62
- .then(function() {
63
// Create the push object for this remote
64
return remote.push(
65
["refs/heads/master:refs/heads/master"],
0 commit comments