mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-28 16:08:23 +00:00
added steps for upstream
This commit is contained in:
parent
cbe966c294
commit
613fa583b3
@ -16,6 +16,16 @@ OpenMetadata Github repository can be accessed here [https://github.com/open-met
|
||||
|
||||

|
||||
|
||||
Create a local clone of your fork
|
||||
```bash
|
||||
git clone https://github.com/<username>/OpenMetadata.git
|
||||
```
|
||||
Set a new remote repository that points to the OpenMetadata repository to pull changes from the open source OpenMetadata codebase into your clone
|
||||
```bash
|
||||
cd OpenMetadata/
|
||||
git remote add upstream https://github.com/open-metadata/OpenMetadata.git
|
||||
git remote -v
|
||||
```
|
||||
## Create a branch in your fork
|
||||
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user