/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

laanwj.github.io
| | sookocheff.com
3.2 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.
| | zzamboni.org
3.0 parsecs away

Travel
| | I needed to copy a directory between two git repositories while preserving its history. I found some good instructions at http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/, which got me started, but I figured out a way to avoid having to move all the files into their directory again (lines 5-6 in Greg's instructions) by reversing the filter to remove everything I don't want instead of only including the directory I want. Here are the steps (the idea is the ...
| | blitiri.com.ar
1.8 parsecs away

Travel
| |
| | www.tvagile.com
17.7 parsecs away

Travel
| [AI summary] The article advocates for programmers to step away from automated tests to focus on usability and the end-user experience during development.