New post in drafts and almost ready. Also on a new computer, so had to re-download all the theme and submodules. Thinking of just converting the box submodule to be native to my blog for easier maintenence. Need to proof this last post on google sheets and publish tomorrow morning. Ran this a second time because I foolishly didn't bring the new post out of drafts...

This commit is contained in:
Norm Rasmussen
2024-02-27 09:55:52 -05:00
parent 37e4a34de7
commit 6f5b5904e0
28 changed files with 250 additions and 167 deletions

View File

@ -107,6 +107,19 @@
</h1>
</header>
<article class="post-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">Pushing a Single Local Git Repo to Multiple Remote Repos
</h2>
</header>
<div class="entry-content">
<p>Why push to multiple repos? Do want to use both Github &amp; and a Self-hosted Git Repo? Heres how Ive been doing it!
I really enjoy self-hosting services that I use everyday. One of those includes a git-style version control software. In my case, Ive been running Gitea for a few years now and have been really satisfied with everything (except for that one time that an update broke all my templates)....</p>
</div>
<footer class="entry-footer"><span title='2023-09-22 15:07:10 -0400 EDT'>September 22, 2023</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;403 words&nbsp;·&nbsp;Me</footer>
<a class="entry-link" aria-label="post link to Pushing a Single Local Git Repo to Multiple Remote Repos" href="../../posts/multiple_git_remotes.html"></a>
</article>
<article class="post-entry">
<figure class="entry-cover"><img loading="lazy" src="../../hugo-nginx-trouble.png" alt="Hugo Logo, Nginx Logo, Tired Face emoji">
</figure>