Explore >> Select a destination


You are here

til.simonwillison.net
| | www.tysonmaly.com
2.0 parsecs away

Travel
| | [AI summary] A tutorial explaining how to clone a specific old version of a Git repository using commit hashes for dependency management.
| | sookocheff.com
2.0 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.
| | laanwj.github.io
2.0 parsecs away

Travel
| | I've put up a (read-only) mirror of various bitcoin-related git repositories at nxshomzlgqmwfwhcnyvbznyrybh3gotlfgis7wkv7iur2yj2rarlhiad.onion. This is a Tor v3 hidden service, which means that at least Tor 0.3.2.9 is required to access it.
| | williamdurand.fr
17.5 parsecs away

Travel
| I often rely on Capistrano to deploy web applications. I already talked about this tool in my previous blog. In this article, I am going to describe a simpler approach to deploy simple apps.