/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

geoffrich.net
| | javier.io
2.8 parsecs away

Travel
| | how to keep your Git-Fork up to date
| | williamdurand.fr
1.5 parsecs away

Travel
| | My git workflow involves creating a lot of short-lived branches (a.k.a. feature branches), switching between them and, sometimes, I need to rebase one of these branches. git rebase is a super useful git command and I recommend everyone to get more familiar with it (take a look at git rebase in depth for instance).
| | blog.henricook.com
2.5 parsecs away

Travel
| | I take these git aliases from project to project with me, here they are in case they're good for you too! They're purposefully short, as anyone who works with git regularly on the command line and likes shortcuts may have noticed, it's a lot of keyst...
| | sookocheff.com
8.5 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.