|
You are here |
geoffrich.net | ||
| | | | |
javier.io
|
|
| | | | | how to keep your Git-Fork up to date | |
| | | | |
williamdurand.fr
|
|
| | | | | My git workflow involves creating a lot of short-lived branches (a.k.a. feature branches), switching between them and, sometimes, I need to rebase one of these branches. git rebase is a super useful git command and I recommend everyone to get more familiar with it (take a look at git rebase in depth for instance). | |
| | | | |
blog.henricook.com
|
|
| | | | | I take these git aliases from project to project with me, here they are in case they're good for you too! They're purposefully short, as anyone who works with git regularly on the command line and likes shortcuts may have noticed, it's a lot of keyst... | |
| | | | |
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. | ||