|
You are here |
jo-m.ch | ||
| | | | |
blog.keikooda.net
|
|
| | | | | This post is super outdated | |
| | | | |
blog.bdw.li
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | 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. | ||