Skip to content
Snippets Groups Projects
Commit 9946ac5d authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

adds FORK_SYNC instructiones

parent 5b4ef76a
No related branches found
No related tags found
No related merge requests found
In order to sync manually with the upstream project, you can follow these steps:
- define an upstream remote pointing to the original project
- fetch the upstream remote
- merge the upstream remote with your local master branch
Here is an example of how to do this:
```bash
$ git remote add upstream git@gitlab.com:gitlab-org/ci-cd/docker-machine.git
$ git fetch upstream
$ git checkout main
$ git rebase upstream/main
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment