/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jo-m.ch
| | blog.keikooda.net
3.6 parsecs away

Travel
| | This post is super outdated
| | blog.bdw.li
3.5 parsecs away

Travel
| | [AI summary] A technical tutorial explaining how to manage Hugo theme updates by using git submodules and remote branches to separate customizations from upstream changes.
| | rick.cogley.info
3.4 parsecs away

Travel
| | It's possible to update a forked git repository using the Terminal or one of the many good GUIs for git, but did you know Github gives you a way to update a fork directly in its web interface?
| | sookocheff.com
4.3 parsecs away

Travel
| This is something I often do but rarely remember the steps for. This post is intended to serve as a reminder for me and anyone else having the same question: how to add an upstream remote git repository. Start by forking the repository you are contributing to and cloning that repository to your local file system. In this example, we will use the Elasticsearch repository and assume you have cloned it locally.