Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: initial documents #1

Merged
merged 10 commits into from
Jul 23, 2021
Prev Previous commit
Next Next commit
Changed git_workflow to reflect this repo
jonaslagoni committed Jul 6, 2021
commit 933e1e77c711fab4348b44a5ec516b3c16f0c859
6 changes: 3 additions & 3 deletions git_workflow.md
Original file line number Diff line number Diff line change
@@ -35,8 +35,8 @@ The result is as follows:
```
See the example:
```
origin https://github.com/i000000/asyncapi.git (fetch)
origin https://github.com/i000000/asyncapi.git (push)
origin https://github.com/i000000/json-schema-idl.git (fetch)
origin https://github.com/i000000/json-schema-idl.git (push)
```

2. Specify a new remote upstream repository to synchronize with the fork:
@@ -45,7 +45,7 @@ The result is as follows:
```
See the example:
```
git remote add upstream https://github.com/asyncapi/asyncapi.git
git remote add upstream https://github.com/json-schema-org/json-schema-idl.git
```
3. Run the `git fetch upstream master` command to fetch all branches.
4. Set up the local `master` branch to track the remote `master` branch from the upstream repository: