Skip to content

Commit

Permalink
docs: update git-workflow.md (asyncapi#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilkalburgi authored Jan 1, 2024
1 parent e05b3f7 commit 7bab083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The result is as follows:
```
git remote add upstream https://github.com/asyncapi/asyncapi.git
```
3. Run the `git fetch upstream master` command to fetch all branches.
3. Run the `git fetch upstream master` command to fetch all the changes from upstream/master branch.
4. Set up the local `master` branch to track the remote `master` branch from the upstream repository:
```
git branch -u upstream/master master
Expand Down

0 comments on commit 7bab083

Please sign in to comment.