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 acd7970 commit b4620beCopy full SHA for b4620be
README.md
@@ -41,7 +41,7 @@ use Gitonomy\Git\Repository;
41
$repository = new Repository('/path/to/repository');
42
43
foreach ($repository->getReferences()->getBranches() as $branch) {
44
- echo "- ".$branch->getName().PHP_EOL;
+ echo '- '.$branch->getName().PHP_EOL;
45
}
46
47
$repository->run('fetch', ['--all']);
0 commit comments