/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

nathanrosenquist.com
| | varunbarad.com
0.9 parsecs away

Travel
| | This is a simple guide on how to sync your fork of a git/github project with upstream changes.
| | jinyuz.dev
1.2 parsecs away

Travel
| | There was a pull request on GitHub and it contains a feature I wanted to test. I didn't know how to test it locally. Should I just copy the changes to my local since the changes weren't that big? But what if it was? Luckily, I found some answers by googling and decided to write it up for future reference. Git provides a command for it and here is the sample syntax
| | ljvmiranda921.github.io
0.7 parsecs away

Travel
| | Github's Fetch Upstream button is fun, but it doesn't do what I actually wanted to do-so here's how I do it.
| | sookocheff.com
4.8 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.