7 lines
286 B
PHP
7 lines
286 B
PHP
<?php
|
|
$title = "Git Main vs. Master Branch";
|
|
$description = "Since the change on GitHub and other platforms to change the default branch of Git projects to `main` instead of `master`, I thought I'd give my two cents on the matter.";
|
|
$created = "2021-08-11";
|
|
$updated = "2021-08-11";
|
|
?>
|