Move blogs into pages directory.
This commit is contained in:
6
pages/blog/2021-08-11-git-main-vs-master-branch.cfg.php
Normal file
6
pages/blog/2021-08-11-git-main-vs-master-branch.cfg.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?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";
|
||||
?>
|
Reference in New Issue
Block a user