Skip to content

Commit

Permalink
docs: update development-workflow documentation. (#731)
Browse files Browse the repository at this point in the history
Co-authored-by: Suyash Sargar <[email protected]>
  • Loading branch information
sayeedhussain and suyash460 authored Mar 29, 2024
1 parent 2f75ff3 commit b6edcc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions community/MakingContributions/development-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ git remote set-url --push upstream no_push
Execute `git remote -v` and you'll see output like below:

```sh
origin github.com/apache/incubator-devlake.git (fetch)
origin github.com/apache/incubator-devlake.git (push)
origin github.com/{user}/incubator-devlake.git (fetch)
origin github.com/{user}/incubator-devlake.git (push)
upstream https://github.com/apache/incubator-devlake.git (fetch)
upstream no_push (push)
```
Expand Down

0 comments on commit b6edcc4

Please sign in to comment.