/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

jinyuz.dev
| | lirantal.com
1.8 parsecs away

Travel
| | Getting started with MEAN.io JavaScript & Node.js framework by keeping up with the git branch of development
| | sookocheff.com
1.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.
| | mikecoats.com
1.6 parsecs away

Travel
| | A common time-saving 'hack' of mine when building 'new-but-related-to-old' projects is to fork an existing code base and use it as the boot-strap for the new project. GitHub, however, does not provide the functionality on their website to fork your own project; you can only fork other people's projects. Here's how to work around that.
| | blog.foletta.net
11.0 parsecs away

Travel
| [AI summary] This technical article explores the internal data structures and fundamental constructs of Git, explaining how it manages source control through blobs, trees, commits, branches, and the index.