We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fc80e commit 6f2892dCopy full SHA for 6f2892d
README.md
@@ -42,8 +42,8 @@ $git->add('test.txt');
42
$git->commit('Added the test.txt file as per the examples.');
43
$git->push();
44
45
-// Render the output
46
-print $git->getOutput();
+// Render the output for operation
+echo $git->push();
47
48
// Stream output of subsequent Git commands in real time to STDOUT and STDERR.
49
$gitWrapper->streamOutput();
0 commit comments