Explore >> Select a destination


You are here

marko.tech
| | www.maxpou.fr
8.7 parsecs away

Travel
| | Boost your Git efficiency! A simple config for a smoother workflow.
| | raphael.medaer.me
11.6 parsecs away

Travel
| | I work on many different Git repositories. For each of them I have a particular email address and sometimes a GPG key. Even the Git flow might be different; always --no-ff (or not), pull --rebase instead of merge,...
| | rob.cogit8.org
14.5 parsecs away

Travel
| | A streamlined approach to setting up Git version control for your Obsidian vault using SSH authentication.
| | sookocheff.com
76.3 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.