You are here |
marko.tech | ||
| | | |
www.maxpou.fr
|
|
| | | | Boost your Git efficiency! A simple config for a smoother workflow. | |
| | | |
raphael.medaer.me
|
|
| | | | 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
|
|
| | | | A streamlined approach to setting up Git version control for your Obsidian vault using SSH authentication. | |
| | | |
sookocheff.com
|
|
| | 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. |