From a562e44b92b0a3bdc48dab4741be0007fd233cab Mon Sep 17 00:00:00 2001 From: Gautam Jajoo Date: Wed, 28 Aug 2024 22:23:38 +0530 Subject: [PATCH] update docs (#62) --- docs/development/sonar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/sonar.md b/docs/development/sonar.md index f430c96..41b140f 100644 --- a/docs/development/sonar.md +++ b/docs/development/sonar.md @@ -24,8 +24,8 @@ Our central development branch is `main`. Coding is done on feature branches bas ``` git remote add upstream git@github.com: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.