Skip to content

Commit

Permalink
update docs (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamjajoo authored Aug 28, 2024
1 parent c969982 commit a562e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/sonar.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Our central development branch is `main`. Coding is done on feature branches bas
```
git remote add upstream [email protected]:aidecentralized/sonar.git
git fetch upstream
git checkout master
git merge upstream/master
git checkout main
git merge upstream/main
git checkout -b your-branch-name
```
2. Make your changes and commit them. Make sure to follow the commit message guidelines below.
Expand Down

0 comments on commit a562e44

Please sign in to comment.